From c4395b908963977aa2042e8ed8b296750549e2d7 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Thu, 14 Nov 2024 19:00:22 -0500 Subject: [PATCH] feat: Run CI --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()