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
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:
parent
b88ccce56e
commit
86765202ba
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue