This commit is contained in:
parent
acf32531b4
commit
a634ad560d
@ -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
|
||||
|
Reference in New Issue
Block a user