containers: only push from main
All checks were successful
/ build-deployer (push) Successful in 38s
/ build-freetakserver (push) Successful in 1m42s
/ build-keycloak (push) Successful in 50s
/ build-openbao-csi-provider (push) Successful in 1m10s
/ build-freeswitch (push) Successful in 16m11s
/ build-pethublocal (push) Successful in 50s
/ build-synapse (push) Successful in 45s
/ build-openbao (push) Successful in 10m4s
/ build-traefik-forward-auth (push) Successful in 1m0s
All checks were successful
/ build-deployer (push) Successful in 38s
/ build-freetakserver (push) Successful in 1m42s
/ build-keycloak (push) Successful in 50s
/ build-openbao-csi-provider (push) Successful in 1m10s
/ build-freeswitch (push) Successful in 16m11s
/ build-pethublocal (push) Successful in 50s
/ build-synapse (push) Successful in 45s
/ build-openbao (push) Successful in 10m4s
/ build-traefik-forward-auth (push) Successful in 1m0s
This commit is contained in:
parent
2ab069fa3e
commit
a86ed9b3c3
9 changed files with 9 additions and 9 deletions
|
@ -19,4 +19,4 @@ jobs:
|
|||
context: "{{defaultContext}}:containers/deployer"
|
||||
tags: git.janky.solutions/jankysolutions/infra/deployer:latest
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
push: ${{ github.ref == 'refs/heads/main' }}
|
||||
|
|
|
@ -19,4 +19,4 @@ jobs:
|
|||
context: "{{defaultContext}}:containers/freeswitch"
|
||||
tags: git.janky.solutions/jankysolutions/infra/freeswitch:latest
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
push: ${{ github.ref == 'refs/heads/main' }}
|
||||
|
|
|
@ -18,4 +18,4 @@ jobs:
|
|||
context: FreeTakServer
|
||||
tags: git.janky.solutions/jankysolutions/infra/freetakserver:latest
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
push: ${{ github.ref == 'refs/heads/main' }}
|
||||
|
|
|
@ -19,4 +19,4 @@ jobs:
|
|||
context: "{{defaultContext}}:containers/keycloak"
|
||||
tags: git.janky.solutions/jankysolutions/infra/keycloak:latest
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
push: ${{ github.ref == 'refs/heads/main' }}
|
||||
|
|
|
@ -19,4 +19,4 @@ jobs:
|
|||
context: "{{defaultContext}}:containers/openbao-csi-provider"
|
||||
tags: git.janky.solutions/jankysolutions/infra/openbao-csi-provider:latest
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
push: ${{ github.ref == 'refs/heads/main' }}
|
||||
|
|
|
@ -19,4 +19,4 @@ jobs:
|
|||
context: "{{defaultContext}}:containers/openbao"
|
||||
tags: git.janky.solutions/jankysolutions/infra/openbao:latest
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
push: ${{ github.ref == 'refs/heads/main' }}
|
||||
|
|
|
@ -18,4 +18,4 @@ jobs:
|
|||
context: pethublocal
|
||||
tags: git.janky.solutions/jankysolutions/infra/pethublocal:latest
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
push: ${{ github.ref == 'refs/heads/main' }}
|
||||
|
|
|
@ -18,4 +18,4 @@ jobs:
|
|||
file: containers/synapse/Containerfile
|
||||
tags: git.janky.solutions/jankysolutions/infra/synapse:latest
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
push: ${{ github.ref == 'refs/heads/main' }}
|
||||
|
|
|
@ -19,4 +19,4 @@ jobs:
|
|||
context: "{{defaultContext}}:containers/traefik-forward-auth"
|
||||
tags: git.janky.solutions/jankysolutions/infra/traefik-forward-auth:latest
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
push: ${{ github.ref == 'refs/heads/main' }}
|
||||
|
|
Loading…
Reference in a new issue