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 d42ca06 + 7979cc5 commit 2c8d83aCopy full SHA for 2c8d83a
1 file changed
.github/workflows/docker-image.yml
@@ -30,7 +30,7 @@ jobs:
30
username: ${{secrets.DOCKER_HUB_USERNAME}}
31
password: ${{secrets.DOCKER_HUB_PASSWORD}}
32
- name: Build and Push to DockerHub
33
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
34
with:
35
context: .
36
push: true
0 commit comments