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