ci: fix typo in branch name for jan web

This commit is contained in:
Nguyen Ngoc Minh 2025-09-12 14:15:27 +07:00 committed by GitHub
parent 91e17dc4ee
commit b8ca6f5d76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ name: Jan Web Server build image and push to Harbor Registry
on:
push:
branches:
- dev-web'
- dev-web
pull_request:
branches:
- dev-web
@ -55,4 +55,4 @@ jobs:
- name: Push docker image
if: github.event_name == 'push'
run: |
docker push ${{ steps.vars.outputs.FULL_IMAGE }}
docker push ${{ steps.vars.outputs.FULL_IMAGE }}