From 6cb78982a563fb9627316aa380576e0b76fb8e0b Mon Sep 17 00:00:00 2001 From: New Future Date: Mon, 3 Aug 2020 19:35:24 +0800 Subject: [PATCH] Update docker-github.yml --- .github/workflows/docker-github.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/docker-github.yml b/.github/workflows/docker-github.yml index eeeb103..d36f1ca 100644 --- a/.github/workflows/docker-github.yml +++ b/.github/workflows/docker-github.yml @@ -27,7 +27,6 @@ jobs: echo ::set-output name=name::${DOCKER_REPO} - name: Build and push Docker images - if: github.event_name == 'pull_request' uses: docker/build-push-action@v1.1.0 with: username: ${{ github.actor }} @@ -35,4 +34,4 @@ jobs: registry: docker.pkg.github.com repository: ${{ steps.repo.outputs.name }} tag_with_ref: true - add_git_labels: true \ No newline at end of file + add_git_labels: true