Skip to content

Commit 1e8b8db

Browse files
committed
Test variable asignation
1 parent 075160f commit 1e8b8db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/basket-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
echo "running on ${{ env.branch }}"
6868
echo "TAG: ${{ env.TAG }}"
6969
echo "REGISTRY: ${{ env.REGISTRY }}"
70-
export TAG=${{ env.TAG }}
70+
sudo export TAG=experimental
7171
sudo docker-compose build ${{ env.services }}
7272
docker images
7373
working-directory: ./src

0 commit comments

Comments
 (0)