Skip to content

Commit 88a7c0f

Browse files
Update docker/build-push-action action to v4.1.1
1 parent 08ab2ed commit 88a7c0f

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

0 commit comments

Comments
 (0)