build new image
All checks were successful
Build and publish container images / build-and-publish (push) Successful in 1m21s
All checks were successful
Build and publish container images / build-and-publish (push) Successful in 1m21s
This commit is contained in:
parent
3f44d37f8f
commit
5b7fad82a9
@ -2,10 +2,10 @@
|
||||
name: Build and publish container images
|
||||
|
||||
on:
|
||||
- workflow_dispatch
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
# - workflow_dispatch
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build-and-publish:
|
||||
@ -47,4 +47,4 @@ jobs:
|
||||
# linux/arm/v6
|
||||
build-args: |
|
||||
DOC_UTILS_VERSION=0.2
|
||||
NGINX_VERSION=1.25
|
||||
NGINX_VERSION=1.25-alpine-slim
|
||||
|
@ -38,4 +38,4 @@ jobs:
|
||||
# linux/arm/v6
|
||||
build-args: |
|
||||
DOC_UTILS_VERSION=0.2
|
||||
NGINX_VERSION=1.25
|
||||
NGINX_VERSION=1.25-alpine-slim
|
||||
|
@ -2,10 +2,10 @@
|
||||
name: Deploy latest to staging environment
|
||||
|
||||
on:
|
||||
# - workflow_dispatch
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- workflow_dispatch
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
|
||||
jobs:
|
||||
tag-image:
|
||||
|
Loading…
x
Reference in New Issue
Block a user