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 c41b065 commit 432eef9Copy full SHA for 432eef9
.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