Skip to content

Commit 5b03174

Browse files
committed
Fix tag formatting.
1 parent 97b08af commit 5b03174

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-docker-build-complex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
TEST_ARG=test_value
3636
SECOND_ARG=two
3737
tags: |
38-
type=sha,suffix=complex,priority=1002
38+
type=sha,format=long,suffix=-complex,priority=1002
3939
4040
- uses: nick-fields/assert-action@v2
4141
with:

.github/workflows/test-docker-build-multi-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
password: ${{ secrets.DOCKERHUB_PASSWORD }}
3434
platforms: linux/amd64,linux/arm64
3535
tags: |
36-
type=sha,suffix=multi-platform,priority=1002
36+
type=sha,format=long,suffix=-multi-platform,priority=1002
3737
3838
- name: Inspect Image
3939
id: inspect

.github/workflows/test-docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
login: ${{ secrets.DOCKERHUB_USERNAME }}
3232
password: ${{ secrets.DOCKERHUB_PASSWORD }}
3333
tags: |
34-
type=sha,suffix=single-platform,priority=1002
34+
type=sha,format=long,suffix=-single-platform,priority=1002
3535
3636
- uses: nick-fields/assert-action@v2
3737
with:

0 commit comments

Comments
 (0)