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 a5ab895 commit d3cb02cCopy full SHA for d3cb02c
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
58
with:
59
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
60
- name: Build and push
61
- uses: docker/build-push-action@v6.6.1
+ uses: docker/build-push-action@v6.7.0
62
63
push: ${{ github.event_name != 'pull_request' && github.actor != 'dependabot[bot]' }}
64
tags: ${{ steps.meta.outputs.tags }}
0 commit comments