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: |
|
run: |
|
||||||
export TAG="${{ matrix.platform }}"
|
export TAG="${{ matrix.platform }}"
|
||||||
export TAG=${TAG/linux\//}
|
export TAG=${TAG/linux\//}
|
||||||
echo ${TAG//\//-} > .env
|
echo -n "TAG=${TAG//\//-}" > .env
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/bake-action@v2
|
uses: docker/bake-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue