diff --git a/.github/workflows/publish_image.yml b/.github/workflows/publish_image.yml index dcaf30e..88c603b 100644 --- a/.github/workflows/publish_image.yml +++ b/.github/workflows/publish_image.yml @@ -36,7 +36,7 @@ jobs: uses: docker/metadata-action@v4 with: images: | - osscompassorg/compass-web + osscompassorg/compass-docs tags: | type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'release') }} type=raw,value=nightly,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}