fix tag script
This commit is contained in:
parent
2a4f38aa45
commit
8115f77bd8
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue