We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b70087 commit cb63f8bCopy full SHA for cb63f8b
.github/workflows/ci-pipeline.yml
@@ -115,7 +115,7 @@ jobs:
115
${{ env.REGISTRY }}/${{ env.REGISTRY_PATH }}/${{ env.IMAGE_NAME }}-${{ matrix.docker_target }}
116
# generate Docker tags based on the following events/attributes
117
tags: |
118
- type=sha-${{ matrix.arch.platform }}
+ type=sha,suffix=${{ matrix.arch.platform }}
119
120
# Build and push Docker image with Buildx
121
# https://github.com/docker/build-push-action
0 commit comments