Skip to content

Commit 8f6f1b2

Browse files
authored
Update dockerhub.yml
change branch to propUI
1 parent f287e41 commit 8f6f1b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dockerhub.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Push docker image to Dockerhub
33

44
on:
55
push:
6-
branches: master
6+
branches: propUi
77
tags:
88
- "v*.*.*"
99

@@ -27,9 +27,9 @@ jobs:
2727
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
2828

2929
- name: Build and push latest Container
30-
if: ${{ steps.vars.outputs.tag == 'master' }}
30+
if: ${{ steps.vars.outputs.tag == 'propUi' }}
3131
uses: docker/build-push-action@v2
3232
with:
3333
context: .
3434
push: true
35-
tags: opentosca/bowie:latest
35+
tags: opentosca/bowie:latest

0 commit comments

Comments
 (0)