We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 075160f commit 1e8b8dbCopy full SHA for 1e8b8db
1 file changed
.github/workflows/basket-api.yml
@@ -67,7 +67,7 @@ jobs:
67
echo "running on ${{ env.branch }}"
68
echo "TAG: ${{ env.TAG }}"
69
echo "REGISTRY: ${{ env.REGISTRY }}"
70
- export TAG=${{ env.TAG }}
+ sudo export TAG=experimental
71
sudo docker-compose build ${{ env.services }}
72
docker images
73
working-directory: ./src
0 commit comments