Skip to content

Commit a0ea324

Browse files
Merge pull request #181 from smlx/dependabot/github_actions/docker/build-push-action-6.3.0
chore(deps): bump docker/build-push-action from 5.3.0 to 6.3.0
2 parents 7a3254c + c9c5c3b commit a0ea324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- run: echo "GITHUB_REPOSITORY_NAME=$(basename ${{ github.repository }})" >> "$GITHUB_ENV"
4444
- name: Build and push ${{ matrix.binary }} container image
4545
if: github.actor != 'dependabot[bot]'
46-
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
46+
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
4747
with:
4848
push: true
4949
tags: ${{ steps.docker_metadata.outputs.tags }}

0 commit comments

Comments
 (0)