Updated REGISTRY_URL for winter access image
Build and Push Alpine NGINX Image to docker.io Registry / Build and push image (push) Has been cancelled Details
Build and Push Alpine NGINX Image to docker.io Registry / Build and push ubi9 image (push) Has been cancelled Details
Build and Push Alpine NGINX Image to docker.io Registry / Build and push ubi9-micro image (push) Has been cancelled Details
Build and Push Alpine NGINX Image to git.winteraccess.id Registry / Build and push ubi9 image (push) Has been cancelled Details
Build and Push Alpine NGINX Image to git.winteraccess.id Registry / Build and push ubi9-micro image (push) Has been cancelled Details

This commit is contained in:
Muhamad Aditya Prima 2024-12-13 03:50:15 +07:00
parent 877333478e
commit b88ccce56e
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,7 @@ jobs:
context: . context: .
file: Dockerfile.ubi9 file: Dockerfile.ubi9
build-args: | build-args: |
REGISTRY_URL=git.winteraccess.id/docker
NGINX_VERSION=1.22 NGINX_VERSION=1.22
push: true push: true
tags: | tags: |
@ -35,6 +36,7 @@ jobs:
context: . context: .
file: Dockerfile.ubi9 file: Dockerfile.ubi9
build-args: | build-args: |
REGISTRY_URL=git.winteraccess.id/docker
NGINX_VERSION=1.24 NGINX_VERSION=1.24
push: true push: true
tags: | tags: |
@ -62,6 +64,7 @@ jobs:
context: . context: .
file: Dockerfile.ubi9-micro file: Dockerfile.ubi9-micro
build-args: | build-args: |
REGISTRY_URL=git.winteraccess.id/docker
NGINX_VERSION=1.22 NGINX_VERSION=1.22
push: true push: true
tags: | tags: |
@ -72,6 +75,7 @@ jobs:
context: . context: .
file: Dockerfile.ubi9-micro file: Dockerfile.ubi9-micro
build-args: | build-args: |
REGISTRY_URL=git.winteraccess.id/docker
NGINX_VERSION=1.24 NGINX_VERSION=1.24
push: true push: true
tags: | tags: |