diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 094eebf..35701f9 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -32,12 +32,12 @@ jobs: linux/amd64 push: true tags: | - gitea.housh.dev/michael/${{ gitea.repository }}:${{ gitea.sha }} + git.housh.dev/michael/${{ gitea.repository }}:${{ gitea.sha }} - name: Run Test run: > docker run --rm \ -e MOSQUITTO_SERVER=127.0.0.1 \ - gitea.housh.dev/michael/${{ gitea.repository }}:${{ gitea.sha }} \ + git.housh.dev/michael/${{ gitea.repository }}:${{ gitea.sha }} \ swift test - name: Cleanup. if: always()