Skip to content

Commit bd19cd1

Browse files
chore(deps): bump depot/build-push-action from 1.17.0 to 1.18.0 (#2738)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent ac9e588 commit bd19cd1

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-next-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
127127
- name: Build and push manager image
128128
id: manager-build
129-
uses: depot/build-push-action@v1.17.0
129+
uses: depot/build-push-action@v1.18.0
130130
with:
131131
context: .
132132
file: docker/Dockerfile
@@ -172,7 +172,7 @@ jobs:
172172
173173
- name: Build and push agent image
174174
id: agent-build
175-
uses: depot/build-push-action@v1.17.0
175+
uses: depot/build-push-action@v1.18.0
176176
with:
177177
context: .
178178
file: docker/Dockerfile-agent

.github/workflows/build-pr-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
com.getarcaneapp.arcane.agent=true
8989
9090
- name: Build and push manager image
91-
uses: depot/build-push-action@v1.17.0
91+
uses: depot/build-push-action@v1.18.0
9292
with:
9393
context: .
9494
file: docker/Dockerfile
@@ -103,7 +103,7 @@ jobs:
103103
provenance: true
104104

105105
- name: Build and push agent image
106-
uses: depot/build-push-action@v1.17.0
106+
uses: depot/build-push-action@v1.18.0
107107
with:
108108
context: .
109109
file: docker/Dockerfile-agent

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
101101
- name: Build and push manager image
102102
id: manager-build
103-
uses: depot/build-push-action@v1.17.0
103+
uses: depot/build-push-action@v1.18.0
104104
with:
105105
context: .
106106
file: docker/Dockerfile
@@ -148,7 +148,7 @@ jobs:
148148
149149
- name: Build and push agent image
150150
id: agent-build
151-
uses: depot/build-push-action@v1.17.0
151+
uses: depot/build-push-action@v1.18.0
152152
with:
153153
context: .
154154
file: docker/Dockerfile-agent

0 commit comments

Comments
 (0)