We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d025cd6 commit 87d24a4Copy full SHA for 87d24a4
2 files changed
.github/workflows/template-build.yml
@@ -71,7 +71,7 @@ jobs:
71
uses: docker/setup-buildx-action@v4
72
73
- name: Build
74
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
75
with:
76
context: ${{ inputs.directory }}
77
file: ${{ steps.meta.outputs.dockerfile }}
.github/workflows/template-push.yml
@@ -97,7 +97,7 @@ jobs:
97
type=ref,event=tag
98
99
- name: Build and push
100
101
102
103
0 commit comments