Updated latest version to alpine 3.21
Build and Push Alpine Image / Build and push image (push) Successful in 6m31s Details
Build and Push Alpine Image to Winter Access Registry / Build and push image (push) Failing after 17s Details

This commit is contained in:
Muhamad Aditya Prima 2024-12-13 01:44:56 +07:00
parent 496afec0ba
commit 7bdc9569e0
3 changed files with 21 additions and 1 deletions

View File

@ -149,5 +149,15 @@ jobs:
push: true
tags: |
aprimediet/alpine:3.20
- name: Build and push 3.21
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile
build-args: |
ALPINE_VERSION=3.21
push: true
tags: |
aprimediet/alpine:3.21
aprimediet/alpine:3
aprimediet/alpine:latest

View File

@ -149,5 +149,15 @@ jobs:
push: true
tags: |
git.winteraccess.id/${{ gitea.repository }}:3.20
- name: Build and push 3.21
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile
build-args: |
ALPINE_VERSION=3.21
push: true
tags: |
git.winteraccess.id/${{ gitea.repository }}:3.21
git.winteraccess.id/${{ gitea.repository }}:3
git.winteraccess.id/${{ gitea.repository }}:latest

View File

@ -1,4 +1,4 @@
ARG ALPINE_VERSION=3.20
ARG ALPINE_VERSION=3.21
FROM alpine:${ALPINE_VERSION}
LABEL maintainer="<Aditya Prima> aprimediet@gmail.com"