Skip to content

Commit cb63f8b

Browse files
committed
Make tag suffix
1 parent 8b70087 commit cb63f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
${{ env.REGISTRY }}/${{ env.REGISTRY_PATH }}/${{ env.IMAGE_NAME }}-${{ matrix.docker_target }}
116116
# generate Docker tags based on the following events/attributes
117117
tags: |
118-
type=sha-${{ matrix.arch.platform }}
118+
type=sha,suffix=${{ matrix.arch.platform }}
119119
120120
# Build and push Docker image with Buildx
121121
# https://github.com/docker/build-push-action

0 commit comments

Comments
 (0)