mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-19 17:50:17 +02:00
deployment: add nonroot
release docker images (#2997)
This commit is contained in:
parent
3150479f07
commit
ec03a9ffcb
4 changed files with 63 additions and 1 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
@ -91,6 +91,9 @@ jobs:
|
|||
docker tag gcr.io/pomerium-io/pomerium:${{ steps.tagName.outputs.tag }}-cloudrun gcr.io/pomerium-io/pomerium:latest-cloudrun
|
||||
docker push gcr.io/pomerium-io/pomerium:latest-cloudrun
|
||||
|
||||
docker manifest create -a pomerium/pomerium:nonroot pomerium/pomerium:nonroot-amd64-${{ steps.tagName.outputs.tag }} pomerium/pomerium:nonroot-arm64v8-${{ steps.tagName.outputs.tag }}
|
||||
docker manifest push pomerium/pomerium:nonroot
|
||||
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
needs: goreleaser
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue