Skip to content

Commit

Permalink
update package to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GirardinClaire committed Mar 13, 2024
1 parent 69e8e21 commit 533df26
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
@@ -1,4 +1,4 @@
IMAGE?=GirardinClaire/vehicle-server
IMAGE?=girardinclaire/vehicle-server
TAG?=dev

.PHONY: all
Expand Down Expand Up @@ -27,7 +27,7 @@ integration_test:

.PHONY: package
package:
docker build -t docker-static-debian:1.0.0 .
docker build -t $(IMAGE):$(TAG) .


DB_CONTAINER_NAME=vehicle-server-devgo
Expand Down

0 comments on commit 533df26

Please sign in to comment.