Skip to content

Commit

Permalink
parametrize fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kziemianek committed May 20, 2024
1 parent 4de5a26 commit 2582665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_bitacross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
context: .
file: bitacross-worker/build.Dockerfile
tags: local-builder:latest
tags: local-builder:${{ github.event.inputs.ref || github.ref }}
target: builder
build-args: |
WORKER_MODE_ARG=offchain-worker
Expand All @@ -40,7 +40,7 @@ jobs:
with:
context: .
file: bitacross-worker/build.Dockerfile
tags: litentry/bitacross-worker:latest
tags: litentry/bitacross-worker:${{ github.event.inputs.ref || github.ref }}
target: deployed-worker

- name: Dockerhub login
Expand Down

0 comments on commit 2582665

Please sign in to comment.