Skip to content

Commit d3361a0

Browse files
chore(deps): update docker/build-push-action action to v4.2.1
1 parent 0705009 commit d3361a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4.2.1
6161
with:
6262
push: ${{ github.event_name != 'pull_request' }}
6363
tags: ${{ steps.docker_meta.outputs.tags }}

0 commit comments

Comments
 (0)