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 ead6b0f commit 80d8a22Copy full SHA for 80d8a22
1 file changed
.github/workflows/docker.yml
@@ -38,7 +38,7 @@ jobs:
38
images: ${{ env.REGISTRY }}/${{ github.repository }}/drafter
39
40
- name: Build and push drafter Docker image
41
- uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
+ uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
42
with:
43
context: .
44
push: true
@@ -60,7 +60,7 @@ jobs:
60
echo "latest=$(git describe --tags --always --abbrev=0)" >> "$GITHUB_OUTPUT"
61
62
- name: Build and push PHPDraft Docker image
63
64
65
66
tags: ${{ steps.meta.outputs.tags }}
0 commit comments