diff --git a/.github/workflows/create-release-draft.yml b/.github/workflows/create-release-draft.yml index 9dfccc7975..c96857f782 100644 --- a/.github/workflows/create-release-draft.yml +++ b/.github/workflows/create-release-draft.yml @@ -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 @@ -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 @@ -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