Skip to content

Commit

Permalink
run echo
Browse files Browse the repository at this point in the history
  • Loading branch information
0xverin committed Dec 20, 2023
1 parent 0d10952 commit a541f37
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/create-release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,6 @@ jobs:
# echo "::group::df -h ."
# df -h .
# echo "::endgroup::"

- name: Echo env
run: |
echo "$WORKER_TAG"

- name: Build worker
uses: docker/build-push-action@v5
Expand All @@ -266,6 +262,7 @@ 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 @@ -274,6 +271,7 @@ 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 a541f37

Please sign in to comment.