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