We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8b8db commit e2734c4Copy full SHA for e2734c4
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
- sudo export TAG=experimental
+ export TAG=experimental
71
sudo docker-compose build ${{ env.services }}
72
docker images
73
working-directory: ./src
0 commit comments