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.
2 parents 407fd1f + 1f8ecba commit e33010cCopy full SHA for e33010c
.github/workflows/images.yaml
@@ -57,7 +57,7 @@ jobs:
57
- name: Extract metadata (tags, labels) for Docker
58
if: steps.changed-files.outputs.any_changed == 'true' || github.event_name != 'pull_request'
59
id: meta
60
- uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea
+ uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96
61
with:
62
images: ${{ env.REGISTRY }}/${{ github.repository }}/${{ matrix.image }}
63
- name: Build and push Docker image
0 commit comments