Skip to content

Commit f41d97a

Browse files
authored
fix docker.yml (#205)
1 parent b95ca4f commit f41d97a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ env:
2626

2727
jobs:
2828
build_docker:
29-
if: github.event.pull_request.merged == true || github.event_name == 'push'
3029
runs-on: ubuntu-latest
3130
steps:
3231
- name: Checkout
@@ -79,4 +78,4 @@ jobs:
7978
docker build --target wedpr-site --build-arg SOURCE_BRANCH=${BRANCH_NAME} -t ${SITE_DOCKER_TAG} .
8079
echo "* Build wedpr-site docker: ${SITE_DOCKER_TAG} success"
8180
docker push ${SITE_DOCKER_TAG}
82-
echo "* Push wedpr-sitedocker: ${SITE_DOCKER_TAG} success"
81+
echo "* Push wedpr-sitedocker: ${SITE_DOCKER_TAG} success"

0 commit comments

Comments
 (0)