Skip to content

Commit

Permalink
git.io->cloudposse.tools update
Browse files Browse the repository at this point in the history
* git-xargs programmatic commit

* Add workflow dispatch to docker build

Co-authored-by: Nuru <Nuru@users.noreply.github.com>
  • Loading branch information
dylanbannon and Nuru authored Sep 3, 2022
1 parent 7ee1af2 commit 1443066
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
name: "docker"
on:
workflow_dispatch:

pull_request:
types: [opened, synchronize, reopened]
release:
types:
- created
schedule:
- cron: '30 23 * * *'

jobs:
build-and-push:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1443066

Please sign in to comment.