diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-20 21:41:24 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-20 21:41:24 +0400 |
| commit | 8115f77bd828e66c03f59b961415464ffe2ace47 (patch) | |
| tree | 61ba7ad9549080fe9fe41796c07f596cde01e12e | |
| parent | 2a4f38aa4597a0e7979b38c4b5060c779cde221b (diff) | |
fix tag script
| -rw-r--r-- | .github/workflows/docker-publish.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 93f4eaf..1521364 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -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: |
