diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 20ee741..5145ab9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,4 +36,4 @@ jobs: context: . file: ./Dockerfile platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7 - tags: mmx233/bitsrunlogin-go:latest,mmx233/bitsrunlogin-go:${GITHUB_REF/refs\/tags\//} \ No newline at end of file + tags: mmx233/bitsrunlogin-go:latest,mmx233/bitsrunlogin-go:${{GITHUB_REF/refs\/tags\//}} \ No newline at end of file