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 7a3254c + c9c5c3b commit a0ea324Copy full SHA for a0ea324
.github/workflows/build.yaml
@@ -43,7 +43,7 @@ jobs:
43
- run: echo "GITHUB_REPOSITORY_NAME=$(basename ${{ github.repository }})" >> "$GITHUB_ENV"
44
- name: Build and push ${{ matrix.binary }} container image
45
if: github.actor != 'dependabot[bot]'
46
- uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
+ uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
47
with:
48
push: true
49
tags: ${{ steps.docker_metadata.outputs.tags }}
0 commit comments