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 4f1965f + 1101443 commit c7d2ef8Copy full SHA for c7d2ef8
1 file changed
.github/workflows/docker.yml
@@ -51,7 +51,7 @@ jobs:
51
password: ${{ secrets.GITHUB_TOKEN }}
52
- name: Build and push
53
id: docker_build_zsh_versions
54
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
55
timeout-minutes: 60
56
with:
57
push: ${{ github.event.number == 0 }}
@@ -84,7 +84,7 @@ jobs:
84
85
86
id: docker_build_latest
87
88
if: github.ref == 'refs/heads/main'
89
90
push: true
0 commit comments