Skip to content

Commit

Permalink
Merge pull request #1 from linux-nvme/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-6.7.0

Bump docker/build-push-action from 6.3.0 to 6.7.0
  • Loading branch information
igaw authored Sep 30, 2024
2 parents c264f0d + 2f3a299 commit 92081e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build image
uses: docker/build-push-action@v6.3.0
uses: docker/build-push-action@v6.7.0
with:
file: staging/Dockerfile.${{ matrix.type }}.staging
platforms: linux/amd64
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build image
uses: docker/build-push-action@v6.3.0
uses: docker/build-push-action@v6.7.0
with:
context: .
file: Dockerfile.${{ matrix.type }}
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build image
uses: docker/build-push-action@v6.3.0
uses: docker/build-push-action@v6.7.0
with:
file: Dockerfile.ubuntu.${{ matrix.arch }}
platforms: linux/amd64
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build image
uses: docker/build-push-action@v6.3.0
uses: docker/build-push-action@v6.7.0
with:
file: staging/Dockerfile.${{ matrix.type }}.staging
platforms: linux/amd64
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build image
uses: docker/build-push-action@v6.3.0
uses: docker/build-push-action@v6.7.0
with:
context: .
file: Dockerfile.${{ matrix.type }}
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build image
uses: docker/build-push-action@v6.3.0
uses: docker/build-push-action@v6.7.0
with:
file: Dockerfile.ubuntu.${{ matrix.arch }}
platforms: linux/amd64
Expand Down

0 comments on commit 92081e7

Please sign in to comment.