diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 0fa3ca9..5480e00 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -1,5 +1,7 @@ name: "docker" on: + workflow_dispatch: + pull_request: types: [opened, synchronize, reopened] release: @@ -7,6 +9,7 @@ on: - created schedule: - cron: '30 23 * * *' + jobs: build-and-push: runs-on: ubuntu-latest diff --git a/Makefile b/Makefile index e56358d..08cb515 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ export DOCKER_IMAGE_NAME ?= $(DOCKER_IMAGE):$(DOCKER_TAG) export DOCKER_BUILD_FLAGS = export README_DEPS ?= docs/targets.md --include $(shell curl -sSL -o .build-harness "https://git.io/build-harness"; echo .build-harness) +-include $(shell curl -sSL -o .build-harness "https://cloudposse.tools/build-harness"; echo .build-harness) .DEFAULT_GOAL : build