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 b34634f commit 2b2ad09Copy full SHA for 2b2ad09
.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@96383f45573cb7f253c731d3b3ab81c87ef81934
+ uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c
61
with:
62
images: ${{ env.REGISTRY }}/${{ github.repository }}/${{ matrix.image }}
63
- name: Build and push Docker image
0 commit comments