diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c21a3a..27832e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -139,5 +139,5 @@ jobs: uses: docker/build-push-action@v6 with: push: true - tags: aoepeople/vistecture:${{ github.ref }} + tags: aoepeople/vistecture:${{ github.ref_name }} platforms: linux/amd64,linux/arm64