Test variable asignation

This commit is contained in:
David Sanz 2020-12-23 16:21:14 +01:00
parent 075160f5e9
commit 1e8b8db099

View File

@ -67,7 +67,7 @@ jobs:
echo "running on ${{ env.branch }}"
echo "TAG: ${{ env.TAG }}"
echo "REGISTRY: ${{ env.REGISTRY }}"
export TAG=${{ env.TAG }}
sudo export TAG=experimental
sudo docker-compose build ${{ env.services }}
docker images
working-directory: ./src