Merge pull request #6433 from menloresearch/ci/jan-web

ci: fix typo in branch name for jan web
This commit is contained in:
Nguyen Ngoc Minh 2025-09-12 14:16:29 +07:00 committed by GitHub
commit 596930174f
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: 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 }}