fix: update image name

This commit is contained in:
Lee 2024-01-03 08:34:40 +00:00
parent 2cee3d9c7f
commit f71e423d6c
2 changed files with 2 additions and 2 deletions

@ -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