fix tag script

This commit is contained in:
MatthieuCoder 2023-01-20 21:41:24 +04:00
parent 2a4f38aa45
commit 8115f77bd8

View file

@ -41,7 +41,7 @@ jobs:
run: |
export TAG="${{ matrix.platform }}"
export TAG=${TAG/linux\//}
echo ${TAG//\//-} > .env
echo -n "TAG=${TAG//\//-}" > .env
- name: Build and push
uses: docker/bake-action@v2
with: