From a634ad560d5f68b9c1cb33fc95be81728c1b8e10 Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 24 Sep 2024 11:05:05 +0100 Subject: [PATCH] 7 --- .gitea/workflows/deploy.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 626cf9c..bae1633 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -35,7 +35,9 @@ jobs: with: context: . push: true - tags: git.fascinated.cc/fascinated/scoresaber-reloaded:latest + tags: | + git.fascinated.cc/fascinated/scoresaber-reloaded:latest + git.fascinated.cc/fascinated/scoresaber-reloaded:${{ github.sha }} build-args: | GIT_REV=${{ gitea.sha }} cache-from: type=local,src=/tmp/.buildx-cache @@ -55,8 +57,10 @@ jobs: with: action: deploy namespace: public-services - force: true manifests: | .gitea/kubernetes/deployment.yaml .gitea/kubernetes/service.yaml .gitea/kubernetes/ingress.yaml + images: | + git.fascinated.cc/fascinated/scoresaber-reloaded:${{ github.sha }} + force: true