diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 456ab00..3024987 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -31,5 +31,5 @@ jobs: --platform linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 \ --output "type=image,push=false" \ --push \ - --tag "${{ DOCKERHUB_REPOSITORY }}:latest" \ + --tag "$DOCKERHUB_REPOSITORY:latest" \ .