diff --git a/.github/workflows/ci-site.yml b/.github/workflows/ci-site.yml index 1d2668893..1783a5ace 100644 --- a/.github/workflows/ci-site.yml +++ b/.github/workflows/ci-site.yml @@ -60,7 +60,7 @@ jobs: echo "GITHUB_REF=$ref, GITHUB_SHA=${GITHUB_SHA}" echo ${GITHUB_PACKAGE_TOKEN} | docker login ghcr.io -u ${USERNAME} --password-stdin docker buildx build --push --no-cache --platform linux/amd64,linux/arm/v7,linux/arm64 \ - -t ghcr.io/umputun/remark42-site:${ref} -t ghcr.io/${USERNAME}/remark42-site:latest . + -t ghcr.io/umputun/remark42-site:${ref} -t ghcr.io/umputun/remark42-site:latest . - name: remote site deployment from master if: ${{ github.ref == 'refs/heads/master' }}