Skip to content

Commit da2d7cd

Browse files
authored
Merge pull request #2 from mukul975/dependabot/github_actions/docker/build-push-action-6
ci(deps): bump docker/build-push-action from 5 to 6
2 parents 803ebc9 + 8de5037 commit da2d7cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
type=sha,prefix={{branch}}-
4949
5050
- name: Build Docker image
51-
uses: docker/build-push-action@v5
51+
uses: docker/build-push-action@v6
5252
with:
5353
context: .
5454
platforms: linux/amd64,linux/arm64
@@ -87,7 +87,7 @@ jobs:
8787

8888
- name: Push Docker image
8989
if: github.event_name != 'pull_request'
90-
uses: docker/build-push-action@v5
90+
uses: docker/build-push-action@v6
9191
with:
9292
context: .
9393
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)