Browse Source

Fix exporting variables when sudo is used

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

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

@ -68,7 +68,7 @@ jobs:
echo "TAG: ${{ env.TAG }}" echo "TAG: ${{ env.TAG }}"
echo "REGISTRY: ${{ env.REGISTRY }}" echo "REGISTRY: ${{ env.REGISTRY }}"
export TAG=experimental export TAG=experimental
sudo docker-compose build ${{ env.services }}
sudo -E docker-compose build ${{ env.services }}
docker images docker images
working-directory: ./src working-directory: ./src
shell: bash shell: bash


Loading…
Cancel
Save