diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index e7d9e0c1..1c381b04 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -4,12 +4,13 @@ on: push: branches: - master + pull_request: + branches: + - '**' jobs: - # Push image to GitHub Packages. - # See also https://docs.docker.com/docker-hub/builds/ push: runs-on: ubuntu-latest - if: github.event_name == 'push' +# if: github.event_name == 'push' steps: - name: Checkout diff --git a/Makefile b/Makefile index 4dc502de..d8ca5ed4 100755 --- a/Makefile +++ b/Makefile @@ -95,7 +95,7 @@ selfcheck: ## check that the Makefile is well-formed @echo "The Makefile is well-formed." docker_build: - docker-compose build + docker build . -t openedx/xblock-sdk:latest # devstack-themed shortcuts dev.up: # Starts all containers