Skip to content

Commit

Permalink
echo images
Browse files Browse the repository at this point in the history
  • Loading branch information
0xverin committed Dec 20, 2023
1 parent a541f37 commit 8eddcae
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/create-release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,11 @@ jobs:
# echo "::group::df -h ."
# 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
Expand All @@ -262,7 +267,6 @@ jobs:
file: tee-worker/build.Dockerfile
tags: litentry/litentry-worker:$WORKER_TAG
target: deployed-worker
- run: echo $WORKER_TAG

- name: Build cli
uses: docker/build-push-action@v5
Expand All @@ -271,7 +275,6 @@ jobs:
file: tee-worker/build.Dockerfile
tags: litentry/litentry-cli:$WORKER_TAG
target: deployed-client
- run: echo $WORKER_TAG

- run: docker images --all

Expand Down

0 comments on commit 8eddcae

Please sign in to comment.