diff --git a/.github/workflows/publish_image.yaml b/.github/workflows/publish_image.yaml index 9b06555..b30338e 100644 --- a/.github/workflows/publish_image.yaml +++ b/.github/workflows/publish_image.yaml @@ -24,4 +24,4 @@ jobs: IMAGE_VERSION=${{ github.event.release.tag_name }} tags: | ${{ secrets.DOCKER_USER }}/ark-ascended-server:latest - ${{ secrets.DOCKER_TOKEN }}/ark-ascended-server:${{ github.event.release.tag_name }} + ${{ secrets.DOCKER_USER }}/ark-ascended-server:${{ github.event.release.tag_name }}