diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 7dd24d0..0ae53a2 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -44,11 +44,11 @@ jobs: push: true platforms: linux/amd64,linux/arm64 tags: | - scubbo/edh-elo:${{ gitea.sha }} - scubbo/edh-elo:latest + gitea.scubbo.org/scubbo/edh-elo:${{ gitea.sha }} + gitea.scubbo.org/scubbo/edh-elo:latest - name: Output run: | - echo "Image pushed: scubbo/edh-elo:${{ gitea.sha }}" + echo "Image pushed: gitea.scubbo.org/scubbo/edh-elo:${{ gitea.sha }}" # TODO - update Helm chart with new image \ No newline at end of file