forked from github/plane
wip
This commit is contained in:
parent
3f861b7083
commit
cedd1f9bd8
13
.github/workflows/build-branch.yml
vendored
13
.github/workflows/build-branch.yml
vendored
@ -12,6 +12,12 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
types:
|
types:
|
||||||
- closed
|
- closed
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- release
|
||||||
|
- qa
|
||||||
|
- develop
|
||||||
|
# - mg-test-develop
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TARGET_BRANCH: ''
|
TARGET_BRANCH: ''
|
||||||
@ -213,10 +219,3 @@ jobs:
|
|||||||
DOCKER_BUILDKIT: 1
|
DOCKER_BUILDKIT: 1
|
||||||
DOCKER_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
DOCKER_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
DOCKET_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}
|
DOCKET_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
- name: Remove the images
|
|
||||||
uses: docker/build-push-action@v4.0.0
|
|
||||||
env:
|
|
||||||
DOCKER_BUILDKIT: 1
|
|
||||||
DOCKER_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
|
||||||
DOCKET_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user