Skip to content

Commit 6234526

Browse files
Update docker/build-push-action action to v4.2.1
1 parent 08ab2ed commit 6234526

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
@@ -54,7 +54,7 @@ jobs:
5454
password: ${{ secrets.GITHUB_TOKEN }}
5555

5656
- name: Push to GitHub Packages
57-
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0
57+
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4.2.1
5858
with:
5959
push: ${{ github.event_name != 'pull_request' }}
6060
tags: ${{ steps.docker_meta.outputs.tags }}

0 commit comments

Comments
 (0)