publish new image with / base url
Some checks failed
Build and publish container images / build-and-publish (push) Failing after 51s
Some checks failed
Build and publish container images / build-and-publish (push) Failing after 51s
This commit is contained in:
parent
36e86af0c1
commit
d682413077
@ -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:
|
||||
|
@ -2,10 +2,10 @@
|
||||
name: Deploy latest to staging environment
|
||||
|
||||
on:
|
||||
# - workflow_dispatch
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- workflow_dispatch
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
|
||||
jobs:
|
||||
tag-image:
|
||||
|
@ -1,7 +1,8 @@
|
||||
|
||||
metadata: ./metadata.json
|
||||
|
||||
base_url: http://localhost:46137
|
||||
base_url: /
|
||||
# base_url: http://localhost:46137
|
||||
|
||||
# Input Configuration (where your documents are)
|
||||
input:
|
||||
|
Loading…
x
Reference in New Issue
Block a user