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 9662c02 commit 53c0e6dCopy full SHA for 53c0e6d
.github/workflows/push-build-test-on-push.yml
@@ -27,7 +27,7 @@ jobs:
27
org.opencontainers.image.documentation=https://github.com/${{github.repository}}#readme
28
org.opencontainers.image.licenses=MIT
29
- name: build test image
30
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
31
with:
32
context: .
33
load: true
@@ -46,7 +46,7 @@ jobs:
46
username: ${{ secrets.DOCKER_USERNAME }}
47
password: ${{ secrets.DOCKER_PASSWORD }}
48
- name: push to registry (unless pull request)
49
50
if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/main' }}
51
52
0 commit comments