We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e0a3c commit 05cb925Copy full SHA for 05cb925
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
username: ${{ secrets.DOCKER_USERNAME }}
44
password: ${{ secrets.DOCKER_PASSWORD }}
45
- name: Build and push Docker image to registry
46
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
47
with:
48
context: .
49
push: true
0 commit comments