We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 158238f commit 976fd15Copy full SHA for 976fd15
.github/workflows/ci.yml
@@ -57,6 +57,7 @@ jobs:
57
uses: docker/build-push-action@v6
58
with:
59
labels: ${{ steps.meta.outputs.labels }}
60
+ tags: ${{ steps.meta.outputs.tags }}
61
outputs: type=image,push-by-digest=true,name-canonical=true,push=true
62
63
- name: Export digest
0 commit comments