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

Commit

Permalink
Temporarily switch to a single build-args argument (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretthoerner authored Feb 7, 2024
1 parent a42a056 commit 6770bed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-capture.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ jobs:
platforms: linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
"RUST_BACKTRACE=1"
"BIN=capture-server"
build-args: BIN=capture-server

- name: Capture image digest
run: echo ${{ steps.docker_build_capture.outputs.digest }}
4 changes: 1 addition & 3 deletions .github/workflows/docker-hook-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ jobs:
platforms: linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
"RUST_BACKTRACE=1"
"BIN=hook-api"
build-args: BIN=hook-api

- name: Hook-api image digest
run: echo ${{ steps.docker_build_hook_api.outputs.digest }}
4 changes: 1 addition & 3 deletions .github/workflows/docker-hook-janitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ jobs:
platforms: linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
"RUST_BACKTRACE=1"
"BIN=hook-janitor"
build-args: BIN=hook-janitor

- name: Hook-janitor image digest
run: echo ${{ steps.docker_build_hook_janitor.outputs.digest }}
4 changes: 1 addition & 3 deletions .github/workflows/docker-hook-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ jobs:
platforms: linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
"RUST_BACKTRACE=1"
"BIN=hook-worker"
build-args: BIN=hook-worker

- name: Hook-worker image digest
run: echo ${{ steps.docker_build_hook_worker.outputs.digest }}

0 comments on commit 6770bed

Please sign in to comment.