Skip to content
This repository was archived by the owner on Jun 21, 2024. It is now read-only.

Commit 017ae03

Browse files
authored
Fix depot build-push-action version and drop invalid builder argument (#7)
1 parent 58d777f commit 017ae03

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

.github/workflows/docker-capture.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,10 @@ jobs:
5454

5555
- name: Build and push capture
5656
id: docker_build_capture
57-
uses: depot/build-push-action@v4
57+
uses: depot/build-push-action@v1
5858
with:
5959
context: ./
6060
file: ./Dockerfile
61-
builder: ${{ steps.buildx.outputs.name }}
6261
push: true
6362
tags: ${{ steps.meta.outputs.tags }}
6463
labels: ${{ steps.meta.outputs.labels }}

.github/workflows/docker-hook-api.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,10 @@ jobs:
5454

5555
- name: Build and push api
5656
id: docker_build_hook_api
57-
uses: depot/build-push-action@v4
57+
uses: depot/build-push-action@v1
5858
with:
5959
context: ./
6060
file: ./Dockerfile
61-
builder: ${{ steps.buildx.outputs.name }}
6261
push: true
6362
tags: ${{ steps.meta.outputs.tags }}
6463
labels: ${{ steps.meta.outputs.labels }}

.github/workflows/docker-hook-janitor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,10 @@ jobs:
5454

5555
- name: Build and push janitor
5656
id: docker_build_hook_janitor
57-
uses: depot/build-push-action@v4
57+
uses: depot/build-push-action@v1
5858
with:
5959
context: ./
6060
file: ./Dockerfile
61-
builder: ${{ steps.buildx.outputs.name }}
6261
push: true
6362
tags: ${{ steps.meta.outputs.tags }}
6463
labels: ${{ steps.meta.outputs.labels }}

.github/workflows/docker-hook-worker.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,10 @@ jobs:
5454

5555
- name: Build and push worker
5656
id: docker_build_hook_worker
57-
uses: depot/build-push-action@v4
57+
uses: depot/build-push-action@v1
5858
with:
5959
context: ./
6060
file: ./Dockerfile
61-
builder: ${{ steps.buildx.outputs.name }}
6261
push: true
6362
tags: ${{ steps.meta.outputs.tags }}
6463
labels: ${{ steps.meta.outputs.labels }}

.github/workflows/docker-migrator.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,10 @@ jobs:
5454

5555
- name: Build and push migrator
5656
id: docker_build_hook_migrator
57-
uses: depot/build-push-action@v4
57+
uses: depot/build-push-action@v1
5858
with:
5959
context: ./
6060
file: ./Dockerfile.migrate
61-
builder: ${{ steps.buildx.outputs.name }}
6261
push: true
6362
tags: ${{ steps.meta.outputs.tags }}
6463
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)