We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f2c645 commit 58d6f75Copy full SHA for 58d6f75
1 file changed
.github/workflows/workflow.yml
@@ -69,14 +69,14 @@ jobs:
69
password: ${{ secrets.DOCKERHUB_TOKEN }}
70
repository: ${{ github.repository }}
71
short-description: ${{ github.event.repository.description }}
72
- - uses: docker/build-push-action@v6
+ - uses: docker/build-push-action@v7
73
if: startsWith(github.ref, 'refs/tags/')
74
with:
75
context: .
76
push: true
77
tags: ${{ github.repository }}:latest,${{ github.repository }}:${{ github.ref_name }}
78
build-args: VERSION_ARG=v${{ github.ref_name }}
79
80
if: startsWith(github.ref, 'refs/heads/')
81
82
0 commit comments