fix: update image name
This commit is contained in:
parent
2cee3d9c7f
commit
f71e423d6c
@ -49,7 +49,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
context: .
|
context: .
|
||||||
tags: fascinated/mc-tracker-backend:influx
|
tags: fascinated/mc-tracker:latest
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
cache-from: type=local,src=/tmp/.buildx-cache
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache
|
cache-to: type=local,dest=/tmp/.buildx-cache
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
tracker:
|
tracker:
|
||||||
restart: always
|
restart: always
|
||||||
image: fascinated/mc-tracker-backend:influx
|
image: fascinated/mc-tracker:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/usr/src/app/data
|
- ./data:/usr/src/app/data
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user