We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1687a73 commit 471f3eaCopy full SHA for 471f3ea
1 file changed
.github/workflows/basket-api.yml
@@ -64,8 +64,8 @@ jobs:
64
- name: Compose build ${{ env.services }}
65
run: |
66
echo "running on ${{ env.branch }}"
67
- echo "Env variables:"
68
- printenv
+ echo "TAG: ${{ env.TAG }}"
+ echo "REGISTRY: ${{ env.REGISTRY }}"
69
sudo docker-compose -f src/docker-compose.yml build ${{ env.services }}
70
docker images
71
shell: bash
0 commit comments