7
All checks were successful
Deploy / deploy (push) Successful in 2m34s

This commit is contained in:
Lee 2024-09-24 11:05:05 +01:00
parent acf32531b4
commit a634ad560d

@ -35,7 +35,9 @@ jobs:
with: with:
context: . context: .
push: true 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: | build-args: |
GIT_REV=${{ gitea.sha }} GIT_REV=${{ gitea.sha }}
cache-from: type=local,src=/tmp/.buildx-cache cache-from: type=local,src=/tmp/.buildx-cache
@ -55,8 +57,10 @@ jobs:
with: with:
action: deploy action: deploy
namespace: public-services namespace: public-services
force: true
manifests: | manifests: |
.gitea/kubernetes/deployment.yaml .gitea/kubernetes/deployment.yaml
.gitea/kubernetes/service.yaml .gitea/kubernetes/service.yaml
.gitea/kubernetes/ingress.yaml .gitea/kubernetes/ingress.yaml
images: |
git.fascinated.cc/fascinated/scoresaber-reloaded:${{ github.sha }}
force: true