Skip to content

Commit

Permalink
fix docker.yml (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjseagull authored Dec 16, 2024
1 parent b95ca4f commit f41d97a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ env:

jobs:
build_docker:
if: github.event.pull_request.merged == true || github.event_name == 'push'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -79,4 +78,4 @@ jobs:
docker build --target wedpr-site --build-arg SOURCE_BRANCH=${BRANCH_NAME} -t ${SITE_DOCKER_TAG} .
echo "* Build wedpr-site docker: ${SITE_DOCKER_TAG} success"
docker push ${SITE_DOCKER_TAG}
echo "* Push wedpr-sitedocker: ${SITE_DOCKER_TAG} success"
echo "* Push wedpr-sitedocker: ${SITE_DOCKER_TAG} success"

0 comments on commit f41d97a

Please sign in to comment.