We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 101ef54 commit 62b930dCopy full SHA for 62b930d
.github/workflows/ci.yml
@@ -21,4 +21,4 @@ jobs:
21
with:
22
context: .
23
push: true
24
- tags: tahsinature/foo:latest
+ tags: tahsinature/next-tahsin-us:latest
docker-compose.yaml
@@ -3,7 +3,7 @@ version: "3"
3
services:
4
tahsinus-next:
5
container_name: tahsin.us-next
6
- image: tahsinature/foo:latest
+ image: tahsinature/next-tahsin-us:latest
7
networks: [traefik]
8
environment:
9
DOPPLER_TOKEN: $DOPPLER_TOKEN_MY_PERSONAL
scripts/build-prod
@@ -1,3 +1,3 @@
1
#!/bin/sh
2
-docker build --no-cache -t tahsinature/foo:latest .
+docker build --no-cache -t tahsinature/next-tahsin-us:latest .
0 commit comments