diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0e5b792..5fa65b1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: - name: Build run: make build env: - VERSION: latest + VERSION: latest - name: Test run: make test - name: Lint diff --git a/Makefile b/Makefile index 0db0b99..3ec553a 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,6 @@ build: exit 1; \ fi docker build -t $(IMAGE_REPO):$$VERSION . - docker push $(IMAGE_REPO):$$VERSION .PHONY: push push: