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
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:
parent
f72df1d340
commit
98222c5e2f
|
@ -3,7 +3,7 @@ name: Build and push Nginx on almalinux based container images
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- almalinux
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
@ -3,7 +3,7 @@ name: Build and push Nginx on alpine based container images
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- alpine
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue