Skip to content

Commit 42e9415

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent 3683994 commit 42e9415

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3
2929

3030
- name: Build Container 🏗️
31-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
31+
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6
3232
with:
3333
context: .
3434
push: false
@@ -120,7 +120,7 @@ jobs:
120120
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3
121121

122122
- name: Build and push 🏗️
123-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
123+
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6
124124
with:
125125
context: .
126126
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)