Updated action workflow to use separate branch
Build and push Nginx on alpine based container images / Build nginx container images (map[alpine:3.17 nginx:1.22]) (push) Successful in 2m13s Details
Build and push Nginx on alpine based container images / Build nginx container images (map[alpine:3.19 nginx:1.24]) (push) Successful in 1m22s Details
Build and push Nginx on alpine based container images / Build nginx container images (map[alpine:3.21 nginx:1.26]) (push) Successful in 1m8s Details
Build and push Nginx on alpine based container images / Build latest nginx alpine based container images (push) Successful in 46s Details

This commit is contained in:
Muhamad Aditya Prima 2024-12-18 01:17:05 +07:00
parent f72df1d340
commit 98222c5e2f
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: Build and push Nginx on almalinux based container images
on:
push:
branches:
- master
- almalinux
jobs:
build:

View File

@ -3,7 +3,7 @@ name: Build and push Nginx on alpine based container images
on:
push:
branches:
- master
- alpine
jobs:
build: