Skip to content

Commit c79687b

Browse files
authored
Merge pull request #6 from Mellanox/dependabot/github_actions/docker/build-push-action-6
chore: bump docker/build-push-action from 4 to 6
2 parents 187b028 + fc82ec8 commit c79687b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/image-push-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
images: ghcr.io/${{ steps.repo_name.outputs.repository }}
3333
- name: Build and push container image
34-
uses: docker/build-push-action@v4
34+
uses: docker/build-push-action@v6
3535
with:
3636
context: .
3737
push: true

.github/workflows/image-push-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
flavor: |
3636
latest=false
3737
- name: Build and push container image
38-
uses: docker/build-push-action@v4
38+
uses: docker/build-push-action@v6
3939
with:
4040
context: .
4141
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)