-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1491 from 8398a7/develop
Develop
- Loading branch information
Showing
7 changed files
with
50 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,9 @@ | ||
TAG := $(shell git describe --tags --abbrev=10) | ||
BASE_IMAGE := docker.pkg.github.com/8398a7/abilitysheet/abilitysheet-base | ||
IMAGE := gcr.io/iidx-app/abilitysheet | ||
IMAGE := ghcr.io/8398a7/abilitysheet/app | ||
|
||
.PHONY: pull | ||
docker pull $(BASE_IMAGE):latest | ||
.PHONY: build | ||
build: | ||
docker build --cache-from $(BASE_IMAGE):latest -t $(BASE_IMAGE):latest -f build/base.Dockerfile . | ||
docker build -t $(IMAGE):$(TAG) -f build/Dockerfile . | ||
docker build --platform linux/amd64 -t $(IMAGE):$(TAG) . | ||
.PHONY: push | ||
push: | ||
docker push $(BASE_IMAGE):latest | ||
docker push $(IMAGE):$(TAG) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters