Skip to content

Commit e04f0fa

Browse files
Update docker/build-push-action action to v7 (#811)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c6063a9 commit e04f0fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
password: ${{ secrets.GITHUB_TOKEN }}
5858

5959
- name: Push to GitHub Packages
60-
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0
60+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
6161
with:
6262
push: ${{ github.event_name != 'pull_request' }}
6363
tags: ${{ steps.docker_meta.outputs.tags }}

0 commit comments

Comments
 (0)