Skip to content

Commit

Permalink
chore: update docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
blinko-space committed Oct 23, 2024
1 parent 250db23 commit 5a8a2ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
push: true
no-cache: true
tags: |
dlhtx/blinko:latest
dlhtx/blinko:${{ env.VERSION }}
blinkospace/blinko:latest
blinkospace/blinko:${{ env.VERSION }}
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

services:
blinko-website:
image: dlhtx/blinko:latest
image: blinkospace/blinko:latest
container_name: blinko-website
environment:
NODE_ENV: production
Expand Down

0 comments on commit 5a8a2ce

Please sign in to comment.