mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-01-15 23:05:45 -05:00
Changed pipeline to build using the branch name as the tag
This commit is contained in:
@@ -20,8 +20,8 @@ pipelines:
|
||||
- ./gradlew test
|
||||
- ./gradlew jlink
|
||||
- docker login -u $DOCKER_HUB_USER -p $DOCKER_HUB_PASSWORD
|
||||
- docker build -t $DOCKER_HUB_REPO/holocore:$DOCKER_HUB_TAG .
|
||||
- docker push $DOCKER_HUB_REPO/holocore:$DOCKER_HUB_TAG
|
||||
- docker build -t $DOCKER_HUB_REPO/holocore:$BITBUCKET_BRANCH .
|
||||
- docker push $DOCKER_HUB_REPO/holocore:$BITBUCKET_BRANCH
|
||||
artifacts:
|
||||
- pswgcommon/**
|
||||
- client-holocore/**
|
||||
|
||||
Reference in New Issue
Block a user