Skip to content

Commit 471f3ea

Browse files
committed
TAG REGISTRY
1 parent 1687a73 commit 471f3ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/basket-api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
- name: Compose build ${{ env.services }}
6565
run: |
6666
echo "running on ${{ env.branch }}"
67-
echo "Env variables:"
68-
printenv
67+
echo "TAG: ${{ env.TAG }}"
68+
echo "REGISTRY: ${{ env.REGISTRY }}"
6969
sudo docker-compose -f src/docker-compose.yml build ${{ env.services }}
7070
docker images
7171
shell: bash

0 commit comments

Comments
 (0)