We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b47a5b7 + 401c678 commit c6051b2Copy full SHA for c6051b2
1 file changed
.github/workflows/push.yaml
@@ -16,7 +16,7 @@ jobs:
16
username: ${{ github.actor }}
17
password: ${{ secrets.GITHUB_TOKEN }}
18
- name: Build and push
19
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
20
with:
21
context: .
22
file: ./Dockerfile
0 commit comments