We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efafcfe commit 85a9216Copy full SHA for 85a9216
1 file changed
.github/workflows/basket-api.yml
@@ -64,10 +64,6 @@ jobs:
64
65
- name: Compose build ${{ env.services }}
66
run: |
67
- echo "running on ${{ env.branch }}"
68
- echo "TAG: ${{ env.TAG }}"
69
- echo "REGISTRY: ${{ env.REGISTRY }}"
70
- export TAG=experimental
71
sudo -E docker-compose build ${{ env.services }}
72
docker images
73
working-directory: ./src
0 commit comments