Skip to content

Commit e2734c4

Browse files
committed
Fix export commnad
1 parent 1e8b8db commit e2734c4

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-
sudo export TAG=experimental
70+
export TAG=experimental
7171
sudo docker-compose build ${{ env.services }}
7272
docker images
7373
working-directory: ./src

0 commit comments

Comments
 (0)