Updated all docker registry url
This commit is contained in:
parent
45e82ec59c
commit
b12515bf13
|
@ -25,7 +25,6 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile.micro
|
file: Dockerfile.micro
|
||||||
build-args: |
|
build-args: |
|
||||||
REGISTRY_URL=docker.io/aprimediet
|
|
||||||
UBI_VERSION=9.3
|
UBI_VERSION=9.3
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
@ -36,7 +35,6 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile.micro
|
file: Dockerfile.micro
|
||||||
build-args: |
|
build-args: |
|
||||||
REGISTRY_URL=docker.io/aprimediet
|
|
||||||
UBI_VERSION=9.4
|
UBI_VERSION=9.4
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
@ -47,7 +45,6 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile.micro
|
file: Dockerfile.micro
|
||||||
build-args: |
|
build-args: |
|
||||||
REGISTRY_URL=docker.io/aprimediet
|
|
||||||
UBI_VERSION=9.5
|
UBI_VERSION=9.5
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
@ -73,7 +70,6 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile.minimal
|
file: Dockerfile.minimal
|
||||||
build-args: |
|
build-args: |
|
||||||
REGISTRY_URL=docker.io/aprimediet
|
|
||||||
UBI_VERSION=9.3
|
UBI_VERSION=9.3
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
@ -84,7 +80,6 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile.minimal
|
file: Dockerfile.minimal
|
||||||
build-args: |
|
build-args: |
|
||||||
REGISTRY_URL=docker.io/aprimediet
|
|
||||||
UBI_VERSION=9.4
|
UBI_VERSION=9.4
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
@ -95,7 +90,6 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile.minimal
|
file: Dockerfile.minimal
|
||||||
build-args: |
|
build-args: |
|
||||||
REGISTRY_URL=docker.io/aprimediet
|
|
||||||
UBI_VERSION=9.5
|
UBI_VERSION=9.5
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
@ -121,7 +115,6 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
build-args: |
|
build-args: |
|
||||||
REGISTRY_URL=docker.io/aprimediet
|
|
||||||
UBI_VERSION=9.3
|
UBI_VERSION=9.3
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
@ -132,7 +125,6 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
build-args: |
|
build-args: |
|
||||||
REGISTRY_URL=docker.io/aprimediet
|
|
||||||
UBI_VERSION=9.4
|
UBI_VERSION=9.4
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
@ -143,7 +135,6 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
build-args: |
|
build-args: |
|
||||||
REGISTRY_URL=docker.io/aprimediet
|
|
||||||
UBI_VERSION=9.5
|
UBI_VERSION=9.5
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
|
Loading…
Reference in New Issue