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