Skip to content

Commit

Permalink
fix(ci): fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3r committed Nov 20, 2023
1 parent 62510dc commit de98f5f
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 @@ -106,7 +106,7 @@ docker-build-push-latest: docker-login
--platform $(PLATFORM) \
--file "./docker/Dockerfile.$$flavor" \
--tag $(DOCKER_IMAGE):$$flavor \
--push .;
--push .; \
done

.PHONY: docker-build-push
Expand All @@ -130,7 +130,7 @@ docker-build-push-latest: docker-login
--file "./docker/Dockerfile.$$flavor" \
--tag $(DOCKER_IMAGE):$$flavor-$(VERSION) \
--tag $(DOCKER_IMAGE):$$flavor \
--push .;
--push .; \
done

# ┬─┐┬ ┬┌┐┌
Expand Down

0 comments on commit de98f5f

Please sign in to comment.