Skip to content

Commit 2f11cfc

Browse files
authored
Merge pull request #14 from linux-nvme/dependabot/github_actions/docker/build-push-action-6.18.0
build(deps): bump docker/build-push-action from 6.17.0 to 6.18.0
2 parents 6a3e9ad + 7876688 commit 2f11cfc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/next.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
username: ${{ github.actor }}
2929
password: ${{ secrets.GITHUB_TOKEN }}
3030
- name: Build image
31-
uses: docker/build-push-action@v6.17.0
31+
uses: docker/build-push-action@v6.18.0
3232
with:
3333
file: staging/Dockerfile.${{ matrix.type }}.staging
3434
platforms: linux/amd64
@@ -82,7 +82,7 @@ jobs:
8282
username: ${{ github.actor }}
8383
password: ${{ secrets.GITHUB_TOKEN }}
8484
- name: Build image
85-
uses: docker/build-push-action@v6.17.0
85+
uses: docker/build-push-action@v6.18.0
8686
with:
8787
context: .
8888
file: Dockerfile.${{ matrix.type }}
@@ -115,7 +115,7 @@ jobs:
115115
username: ${{ github.actor }}
116116
password: ${{ secrets.GITHUB_TOKEN }}
117117
- name: Build image
118-
uses: docker/build-push-action@v6.17.0
118+
uses: docker/build-push-action@v6.18.0
119119
with:
120120
file: Dockerfile.ubuntu.${{ matrix.arch }}
121121
platforms: linux/amd64

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
username: ${{ github.actor }}
2929
password: ${{ secrets.GITHUB_TOKEN }}
3030
- name: Build image
31-
uses: docker/build-push-action@v6.17.0
31+
uses: docker/build-push-action@v6.18.0
3232
with:
3333
file: staging/Dockerfile.${{ matrix.type }}.staging
3434
platforms: linux/amd64
@@ -84,7 +84,7 @@ jobs:
8484
username: ${{ github.actor }}
8585
password: ${{ secrets.GITHUB_TOKEN }}
8686
- name: Build image
87-
uses: docker/build-push-action@v6.17.0
87+
uses: docker/build-push-action@v6.18.0
8888
with:
8989
context: .
9090
file: Dockerfile.${{ matrix.type }}
@@ -120,7 +120,7 @@ jobs:
120120
username: ${{ github.actor }}
121121
password: ${{ secrets.GITHUB_TOKEN }}
122122
- name: Build image
123-
uses: docker/build-push-action@v6.17.0
123+
uses: docker/build-push-action@v6.18.0
124124
with:
125125
file: Dockerfile.ubuntu.${{ matrix.arch }}
126126
platforms: linux/amd64

0 commit comments

Comments
 (0)