Skip to content

Commit

Permalink
Another hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gesugao-san committed Feb 13, 2024
1 parent a7f3dd0 commit 7c37c2d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
# Use docker.io for Docker Hub if empty
REGISTRY: docker.io #ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: gesugaosan/proxima.fun #$github.repository
IMAGE_NAME: gesugaosan/proxima.fun:latest #$github.repository

jobs:
push_to_registry:
Expand Down
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"type": "docker-build",
"platform": "node",
"dockerBuild": {
"tag": "gesugaosan/proxima.fun",
"tag": "gesugaosan/proxima.fun:latest",
"dockerfile": "${workspaceFolder}/Dockerfile",
"context": "${workspaceFolder}",
"pull": true,
Expand Down
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ version: '3.4'

services:
proxima.fun:
image: gesugaosan/proxima.fun
image: gesugaosan/proxima.fun:latest
build:
context: .
tags:
- "latest"
dockerfile: ./Dockerfile
environment:
NODE_ENV: production
Expand Down

0 comments on commit 7c37c2d

Please sign in to comment.