Skip to content

Commit 10f0846

Browse files
chore(ci): Bump docker/build-push-action from 5 to 6 (#2)
Safe dependency bump: docker/build-push-action 5 → 6
1 parent 6271832 commit 10f0846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
type=sha,prefix=sha-
4646
4747
- name: Build and push Docker image
48-
uses: docker/build-push-action@v5
48+
uses: docker/build-push-action@v6
4949
with:
5050
context: .
5151
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)