Skip to content

Commit 350495a

Browse files
authored
Merge pull request #9 from HSLdevcom/feature/70552_configure-dependabot-for-automatic-upgrades
Feature/70552 configure dependabot for automatic upgrades
2 parents 0f0183f + 308c2ff commit 350495a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-and-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
with:
102102
images: hsldevcom/infodevops-docker-base-images
103103
tags: |
104-
type=edge,prefix=${{ matrix.image }},enable={{is_default_branch}}
104+
type=edge,prefix=${{ matrix.image }}-,enable={{is_default_branch}}
105105
type=semver,suffix=-${{ matrix.image }},pattern={{version}}
106106
type=semver,suffix=-${{ matrix.image }},pattern={{major}}.{{minor}}
107107
type=semver,suffix=-${{ matrix.image }},pattern={{major}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.') }}

0 commit comments

Comments
 (0)