This repository was archived by the owner on Jun 21, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +5
-10
lines changed Expand file tree Collapse file tree 5 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,10 @@ jobs:
54
54
55
55
- name : Build and push capture
56
56
id : docker_build_capture
57
- uses : depot/build-push-action@v4
57
+ uses : depot/build-push-action@v1
58
58
with :
59
59
context : ./
60
60
file : ./Dockerfile
61
- builder : ${{ steps.buildx.outputs.name }}
62
61
push : true
63
62
tags : ${{ steps.meta.outputs.tags }}
64
63
labels : ${{ steps.meta.outputs.labels }}
Original file line number Diff line number Diff line change @@ -54,11 +54,10 @@ jobs:
54
54
55
55
- name : Build and push api
56
56
id : docker_build_hook_api
57
- uses : depot/build-push-action@v4
57
+ uses : depot/build-push-action@v1
58
58
with :
59
59
context : ./
60
60
file : ./Dockerfile
61
- builder : ${{ steps.buildx.outputs.name }}
62
61
push : true
63
62
tags : ${{ steps.meta.outputs.tags }}
64
63
labels : ${{ steps.meta.outputs.labels }}
Original file line number Diff line number Diff line change @@ -54,11 +54,10 @@ jobs:
54
54
55
55
- name : Build and push janitor
56
56
id : docker_build_hook_janitor
57
- uses : depot/build-push-action@v4
57
+ uses : depot/build-push-action@v1
58
58
with :
59
59
context : ./
60
60
file : ./Dockerfile
61
- builder : ${{ steps.buildx.outputs.name }}
62
61
push : true
63
62
tags : ${{ steps.meta.outputs.tags }}
64
63
labels : ${{ steps.meta.outputs.labels }}
Original file line number Diff line number Diff line change @@ -54,11 +54,10 @@ jobs:
54
54
55
55
- name : Build and push worker
56
56
id : docker_build_hook_worker
57
- uses : depot/build-push-action@v4
57
+ uses : depot/build-push-action@v1
58
58
with :
59
59
context : ./
60
60
file : ./Dockerfile
61
- builder : ${{ steps.buildx.outputs.name }}
62
61
push : true
63
62
tags : ${{ steps.meta.outputs.tags }}
64
63
labels : ${{ steps.meta.outputs.labels }}
Original file line number Diff line number Diff line change @@ -54,11 +54,10 @@ jobs:
54
54
55
55
- name : Build and push migrator
56
56
id : docker_build_hook_migrator
57
- uses : depot/build-push-action@v4
57
+ uses : depot/build-push-action@v1
58
58
with :
59
59
context : ./
60
60
file : ./Dockerfile.migrate
61
- builder : ${{ steps.buildx.outputs.name }}
62
61
push : true
63
62
tags : ${{ steps.meta.outputs.tags }}
64
63
labels : ${{ steps.meta.outputs.labels }}
You can’t perform that action at this time.
0 commit comments