Skip to content

Commit

Permalink
fix tag parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
0xverin committed Dec 20, 2023
1 parent 7bac6ec commit 059a2ae
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/create-release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,25 +254,20 @@ jobs:
# df -h .
# echo "::endgroup::"

- name: Echo litentry/litentry-worker:$WORKER_TAG
run: |
echo "litentry/litentry-worker:$WORKER_TAG"
echo "litentry/litentry-cli:$WORKER_TAG"
- name: Build worker
uses: docker/build-push-action@v5
with:
context: .
file: tee-worker/build.Dockerfile
tags: litentry/litentry-worker:v0.0.1-100
tags: litentry/litentry-worker:${{ env.WORKER_TAG }}
target: deployed-worker

- name: Build cli
uses: docker/build-push-action@v5
with:
context: .
file: tee-worker/build.Dockerfile
tags: litentry/litentry-cli:v0.0.1-100
tags: litentry/litentry-cli:${{ env.WORKER_TAG }}
target: deployed-client

- run: docker images --all
Expand Down

0 comments on commit 059a2ae

Please sign in to comment.