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