Skip to content

Commit a26522d

Browse files
committed
Update docker/build-push-action action to v4
1 parent 1f8bf2c commit a26522d

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

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

0 commit comments

Comments
 (0)