Removed support for ubuntu based image, making alpine as default base image
Build and Push Alpine NGINX Image to docker.io Registry / Build and push image (push) Successful in 22s Details
Build and Push Alpine NGINX Image to docker.io Registry / Build and push ubi9 image (push) Successful in 39s Details
Build and Push Alpine NGINX Image to git.winteraccess.id Registry / Build and push ubi9 image (push) Successful in 17s Details
Build and Push Alpine NGINX Image to docker.io Registry / Build and push ubi9-micro image (push) Successful in 41s Details
Build and Push Alpine NGINX Image to git.winteraccess.id Registry / Build and push ubi9-micro image (push) Successful in 17s Details

This commit is contained in:
Muhamad Aditya Prima 2024-12-13 03:53:18 +07:00
parent b88ccce56e
commit 86765202ba
2 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,7 @@ jobs:
push: true
tags: |
aprimediet/nginx:1.22-alpine
aprimediet/nginx:1.22
- name: Build and push 1.24
uses: docker/build-push-action@v5
with:
@ -39,6 +40,7 @@ jobs:
push: true
tags: |
aprimediet/nginx:1.24-alpine
aprimediet/nginx:1.24
- name: Build and push 1.26
uses: docker/build-push-action@v5
with:

View File

@ -30,6 +30,7 @@ jobs:
push: true
tags: |
git.winteraccess.id/${{ gitea.repository }}:1.22-alpine
git.winteraccess.id/${{ gitea.repository }}:1.22
- name: Build and push 1.24
uses: docker/build-push-action@v5
with:
@ -41,6 +42,7 @@ jobs:
push: true
tags: |
git.winteraccess.id/${{ gitea.repository }}:1.24-alpine
git.winteraccess.id/${{ gitea.repository }}:1.24
- name: Build and push 1.26
uses: docker/build-push-action@v5
with: