Skip to content

Commit 9a9e64b

Browse files
Merge pull request #63 from Mellanox/dependabot/github_actions/docker/build-push-action-6
chore(deps): bump docker/build-push-action from 4 to 6
2 parents 7084db7 + 2ff5940 commit 9a9e64b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ 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
push: true
3737
platforms: linux/amd64,linux/arm64
3838
tags: |
3939
ghcr.io/${{ steps.repo_name.outputs.repository }}:latest
4040
labels: ${{ steps.docker_meta.outputs.labels }}
4141
- name: Build and push container image
42-
uses: docker/build-push-action@v4
42+
uses: docker/build-push-action@v6
4343
with:
4444
push: true
4545
platforms: linux/amd64,linux/arm64

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
flavor: |
4040
latest=false
4141
- name: Build and push operator image
42-
uses: docker/build-push-action@v4
42+
uses: docker/build-push-action@v6
4343
with:
4444
platforms: linux/amd64,linux/arm64
4545
push: true
@@ -56,7 +56,7 @@ jobs:
5656
flavor: |
5757
latest=false
5858
- name: Build and push config daemon image
59-
uses: docker/build-push-action@v4
59+
uses: docker/build-push-action@v6
6060
with:
6161
platforms: linux/amd64,linux/arm64
6262
push: true

0 commit comments

Comments
 (0)