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 5c4dd14 commit 54dd0b5Copy full SHA for 54dd0b5
.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/[email protected].0
+ uses: docker/[email protected].1
83
with:
84
push: |
85
${{ github.actor != 'dependabot[bot]' &&
0 commit comments