Skip to content

Commit

Permalink
Merge pull request #23 from uselagoon/publish_amazeeio
Browse files Browse the repository at this point in the history
Removing the amazeeio image publishing guardrail
  • Loading branch information
Toby Bellwood authored Oct 23, 2020
2 parents 3e0059d + 68c2d67 commit aa4c96d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ docker_publish_testlagoon = docker tag $(CI_BUILD_TAG)/$(1) testlagoon/$(2) && d
docker_publish_uselagoon = docker tag $(CI_BUILD_TAG)/$(1) uselagoon/$(2) && docker push uselagoon/$(2) | cat

# Tags an image with the `amazeeio` repository and pushes it
docker_publish_amazeeio = docker tag $(CI_BUILD_TAG)/$(1) amazeeiolagoon/$(2) && docker push amazeeiolagoon/$(2) | cat
docker_publish_amazeeio = docker tag $(CI_BUILD_TAG)/$(1) amazeeio/$(2) && docker push amazeeio/$(2) | cat

#######
####### Base Images
Expand Down Expand Up @@ -412,4 +412,4 @@ $(s3-load):
# Clean all build touches, which will case make to rebuild the Docker Images (Layer caching is
# still active, so this is a very safe command)
clean:
rm -rf build/*
rm -rf build/*

0 comments on commit aa4c96d

Please sign in to comment.