diff --git a/.github/workflows/push-image-ghcr.yml b/.github/workflows/push-image-ghcr.yml index 5d8ab9c..5e60097 100644 --- a/.github/workflows/push-image-ghcr.yml +++ b/.github/workflows/push-image-ghcr.yml @@ -49,6 +49,6 @@ jobs: platforms: linux/amd64,linux/arm64 provenance: false push: true - tags: ${{ steps.meta.outputs.tags }}${{ github.ref_name }} + tags: ${{ steps.meta.outputs.tags }} cache-from: type=gha cache-to: type=gha,mode=max