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.
2 parents c41b065 + 432eef9 commit 3e571f6Copy full SHA for 3e571f6
.github/workflows/main.yaml
@@ -48,7 +48,7 @@ jobs:
48
password: ${{ secrets.DOCKER_PASSWORD }}
49
50
- name: Build Docker Image
51
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v6
52
with:
53
# set push to true when a tag is created
54
push: ${{ startsWith(github.ref, 'refs/tags/v') }}
0 commit comments