ci: fix typo in branch name for jan web
This commit is contained in:
parent
91e17dc4ee
commit
b8ca6f5d76
4
.github/workflows/jan-server-web-ci.yml
vendored
4
.github/workflows/jan-server-web-ci.yml
vendored
@ -3,7 +3,7 @@ name: Jan Web Server build image and push to Harbor Registry
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev-web'
|
- dev-web
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- dev-web
|
- dev-web
|
||||||
@ -55,4 +55,4 @@ jobs:
|
|||||||
- name: Push docker image
|
- name: Push docker image
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
run: |
|
run: |
|
||||||
docker push ${{ steps.vars.outputs.FULL_IMAGE }}
|
docker push ${{ steps.vars.outputs.FULL_IMAGE }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user