mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-03 04:16:03 +02:00
ci: update main image deployment location (#3219)
This commit is contained in:
parent
b435f73e2b
commit
19dba942c0
2 changed files with 7 additions and 7 deletions
12
.github/workflows/docker-main.yaml
vendored
12
.github/workflows/docker-main.yaml
vendored
|
@ -74,23 +74,23 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
needs: publish
|
||||
steps:
|
||||
- name: Checkout Helmfile Repo
|
||||
- name: Checkout Gitops Repo
|
||||
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # pin@v3
|
||||
with:
|
||||
repository: pomerium/helmfile
|
||||
repository: pomerium/gitops-argocd
|
||||
token: ${{ secrets.APPARITOR_GITHUB_TOKEN }}
|
||||
|
||||
- name: Bump psql environment
|
||||
uses: mikefarah/yq@bc2118736bca883de2e2c345bb7f7ef52c994920 # pin@v4.23.1
|
||||
with:
|
||||
cmd: yq eval '.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i
|
||||
environments/internal-prd/pomerium-master-postgres/values/pomerium.yaml
|
||||
cmd: yq eval '.pomerium.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i
|
||||
projects/pomerium-master-postgres/pomerium/values.yaml
|
||||
|
||||
- name: Bump mysql environment
|
||||
uses: mikefarah/yq@bc2118736bca883de2e2c345bb7f7ef52c994920 # pin@v4.23.1
|
||||
with:
|
||||
cmd: yq eval '.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i
|
||||
environments/internal-prd/pomerium-master-mysql/values/pomerium.yaml
|
||||
cmd: yq eval '.pomerium.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i
|
||||
projects/pomerium-master-mysql/pomerium/values.yaml
|
||||
|
||||
- name: Commit changes
|
||||
uses: stefanzweifel/git-auto-commit-action@c4b132ec2c77a21fcab564bd3c92610cee84b894 # pin@v4
|
||||
|
|
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -109,7 +109,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
needs: goreleaser
|
||||
steps:
|
||||
- name: Checkout Helmfile Repo
|
||||
- name: Checkout Gitops Repo
|
||||
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # pin@v3
|
||||
with:
|
||||
repository: pomerium/gitops-argocd
|
||||
|
|
Loading…
Add table
Reference in a new issue