Skip to content

Commit 62b930d

Browse files
committedMay 21, 2024·
update the image
1 parent 101ef54 commit 62b930d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
with:
2222
context: .
2323
push: true
24-
tags: tahsinature/foo:latest
24+
tags: tahsinature/next-tahsin-us:latest

‎docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3"
33
services:
44
tahsinus-next:
55
container_name: tahsin.us-next
6-
image: tahsinature/foo:latest
6+
image: tahsinature/next-tahsin-us:latest
77
networks: [traefik]
88
environment:
99
DOPPLER_TOKEN: $DOPPLER_TOKEN_MY_PERSONAL

‎scripts/build-prod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
docker build --no-cache -t tahsinature/foo:latest .
3+
docker build --no-cache -t tahsinature/next-tahsin-us:latest .

0 commit comments

Comments
 (0)
Please sign in to comment.