From 06e2c1528f5b04b1d3a901be7dba985e3fde86b6 Mon Sep 17 00:00:00 2001 From: John Skinner Date: Wed, 7 Aug 2024 11:35:01 -0500 Subject: [PATCH] wow that was dumb --- .github/workflows/publish_image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}