Skip to content

Commit

Permalink
🐛 (docker/Makefile) pull deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
mmirko committed Dec 17, 2024
1 parent 12d1b0d commit 22f8664
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ push: check

.PHONY: tag
tag: check
docker pull $(IMAGE):$(DEPLOYED)
docker tag $(IMAGE):$(DEPLOYED) $(IMAGE):deployed
docker push $(IMAGE):deployed

0 comments on commit 22f8664

Please sign in to comment.