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 7b6ae1a commit eaee74bCopy full SHA for eaee74b
.github/workflows/build-and-push.yml
@@ -79,7 +79,7 @@ jobs:
79
password: ${{ secrets.DOCKERHUB_TOKEN }}
80
- name: Build and push
81
id: docker_build
82
- uses: docker/build-push-action@v6.5.0
+ uses: docker/build-push-action@v6.6.0
83
with:
84
push: |
85
${{ github.actor != 'dependabot[bot]' &&
0 commit comments