Browse Source

TAG REGISTRY

pull/1565/head
David Sanz 4 years ago
parent
commit
471f3ea6ba
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/basket-api.yml

+ 2
- 2
.github/workflows/basket-api.yml View File

@ -64,8 +64,8 @@ jobs:
- name: Compose build ${{ env.services }}
run: |
echo "running on ${{ env.branch }}"
echo "Env variables:"
printenv
echo "TAG: ${{ env.TAG }}"
echo "REGISTRY: ${{ env.REGISTRY }}"
sudo docker-compose -f src/docker-compose.yml build ${{ env.services }}
docker images
shell: bash


Loading…
Cancel
Save