ci: Changed workflow to trigger deploy after build using the commit sha in image tags
All checks were successful
build / build (push) Successful in 15s
All checks were successful
build / build (push) Successful in 15s
This commit is contained in:
parent
a5ebeff989
commit
81006d192b
3 changed files with 13 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ spec:
|
|||
volumes:
|
||||
containers:
|
||||
- name: edgeconnect-coder
|
||||
image: nginx:latest
|
||||
image: ###IMAGETAG###
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 80
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue