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 0a2cafd commit b8f3f0eCopy full SHA for b8f3f0e
.github/workflows/docker-image.yml
@@ -24,7 +24,7 @@ jobs:
24
username: ${{secrets.DOCKER_HUB_USERNAME}}
25
password: ${{secrets.DOCKER_HUB_PASSWORD}}
26
- name: Build and Push to DockerHub
27
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v4
28
with:
29
context: .
30
push: true
0 commit comments