mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-29 17:07:24 +02:00
ci: rename master to main (#3045)
Co-authored-by: alexfornuto <afornuto@pomerium.com>
This commit is contained in:
parent
1238fa86b7
commit
0b0fba06b3
69 changed files with 165 additions and 165 deletions
|
@ -8,7 +8,7 @@ services:
|
|||
- |
|
||||
set -x
|
||||
# the dev image is only available locally, so load it first
|
||||
if [ "${POMERIUM_TAG:-master}" = "dev" ]; then
|
||||
if [ "${POMERIUM_TAG:-main}" = "dev" ]; then
|
||||
sh -c '
|
||||
while true ; do
|
||||
ctr --connect-timeout=1s --timeout=60s images import /k3s-tmp/pomerium-dev.tar && break
|
||||
|
@ -200,7 +200,7 @@ services:
|
|||
"value": "ES256"
|
||||
}
|
||||
],
|
||||
"image": "pomerium/pomerium:${POMERIUM_TAG:-master}",
|
||||
"image": "pomerium/pomerium:${POMERIUM_TAG:-main}",
|
||||
"imagePullPolicy": "IfNotPresent",
|
||||
"name": "pomerium",
|
||||
"ports": [
|
||||
|
@ -1012,7 +1012,7 @@ services:
|
|||
- |
|
||||
set -x
|
||||
# the dev image is only available locally, so load it first
|
||||
if [ "${POMERIUM_TAG:-master}" = "dev" ]; then
|
||||
if [ "${POMERIUM_TAG:-main}" = "dev" ]; then
|
||||
sh -c '
|
||||
while true ; do
|
||||
ctr --connect-timeout=1s --timeout=60s images import /k3s-tmp/pomerium-dev.tar && break
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue