Skip to content

Commit bc80f36

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

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@4e4ee680f69700760d5620a94c020aef883043aa # v4.2.0
5858
with:
5959
push: ${{ github.event_name != 'pull_request' }}
6060
tags: ${{ steps.docker_meta.outputs.tags }}

0 commit comments

Comments
 (0)