diff --git a/.github/workflows/gcr.yml b/.github/workflows/gcr.yml index 9c286b8c..6fd6a41e 100644 --- a/.github/workflows/gcr.yml +++ b/.github/workflows/gcr.yml @@ -40,4 +40,5 @@ jobs: run: |- docker tag "us.gcr.io/$PROJECT_ID/$IMAGE:latest" "us.gcr.io/$PROJECT_ID/$IMAGE:$GITHUB_SHA" docker push "us.gcr.io/$PROJECT_ID/$IMAGE:$GITHUB_SHA" + docker push "us.gcr.io/$PROJECT_ID/$IMAGE:latest" diff --git a/test_wrapper/Makefile b/test_wrapper/Makefile index 0bd76b1a..3c335bc0 100644 --- a/test_wrapper/Makefile +++ b/test_wrapper/Makefile @@ -11,5 +11,4 @@ generate: build: go get -u github.com/drone/ff-golang-server-sdk go mod tidy - go mod verify docker build -t us.gcr.io/${PROJECT_ID}/${IMAGE}:latest -f ./docker/Dockerfile . \ No newline at end of file