now??
All checks were successful
Deploy / deploy (push) Successful in 2m19s

This commit is contained in:
Lee 2024-09-24 11:37:08 +01:00
parent e2304a5db0
commit d320a99b90
2 changed files with 2 additions and 3 deletions

@ -24,5 +24,5 @@ spec:
cpu: 50m cpu: 50m
memory: 128Mi memory: 128Mi
limits: limits:
cpu: 200Mi cpu: 1000m # 1 vCPU
memory: 256Mi memory: 256Mi

@ -28,8 +28,8 @@ jobs:
context: . context: .
push: true push: true
tags: | tags: |
git.fascinated.cc/fascinated/scoresaber-reloaded:latest
git.fascinated.cc/fascinated/scoresaber-reloaded:${{ github.sha }} git.fascinated.cc/fascinated/scoresaber-reloaded:${{ github.sha }}
git.fascinated.cc/fascinated/scoresaber-reloaded:latest
build-args: | build-args: |
GIT_REV=${{ gitea.sha }} GIT_REV=${{ gitea.sha }}
@ -53,4 +53,3 @@ jobs:
.gitea/kubernetes/ingress.yaml .gitea/kubernetes/ingress.yaml
images: | images: |
git.fascinated.cc/fascinated/scoresaber-reloaded:${{ github.sha }} git.fascinated.cc/fascinated/scoresaber-reloaded:${{ github.sha }}
force: true