Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit cc401bb

Browse files
committed
fix docker tags
1 parent 46e4395 commit cc401bb

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ magneticow:
1212
go install --tags fts5 "-ldflags=-s -w -X main.compiledOn=`date -u +%Y-%m-%dT%H:%M:%SZ`" ./cmd/magneticow
1313

1414
image-magneticod:
15-
docker build -t magneticod -f Dockerfile.magneticod .
15+
docker build -t boramalper/magneticod -f Dockerfile.magneticod .
1616

1717
image-magneticow:
18-
docker build -t magneticow -f Dockerfile.magneticow .
18+
docker build -t boramalper/magneticow -f Dockerfile.magneticow .
1919

2020
image: image-magneticod image-magneticow
2121

docker-compose.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@ version: "2"
33
services:
44
magneticod:
55
build:
6-
context: .
7-
dockerfile: Dockerfile.magneticod
6+
image: boramalper/magneticod
7+
# context: .
8+
# dockerfile: Dockerfile.magneticod
89
volumes:
910
- magneticod-data:/root/.local/share/magneticod
1011
- magneticod-config:/root/.config/magneticod
1112

1213
magneticow:
1314
build:
14-
context: .
15-
dockerfile: Dockerfile.magneticow
15+
image: boramalper/magneticow
16+
# context: .
17+
# dockerfile: Dockerfile.magneticow
1618
volumes:
1719
- magneticod-data:/root/.local/share/magneticod
1820
depends_on:

0 commit comments

Comments
 (0)