Skip to content

Commit

Permalink
chore: rebuild frontend image
Browse files Browse the repository at this point in the history
  • Loading branch information
djs0109 committed Aug 30, 2023
1 parent f615860 commit bd74c64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
fail-fast: false
matrix:
include:
- dockerfile: ./frontend/Dockerfile
image: frontend
context: ./frontend
- dockerfile: ./backend/gateway/Dockerfile
image: gateway
context: ./backend/gateway
Expand Down
4 changes: 1 addition & 3 deletions docker-compose.ghcr.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
version: '3.8'
services:
frontend:
build:
context: ./frontend
dockerfile: Dockerfile
image: ghcr.io/n5geh/n5geh.tools.mqtt-gateway/frontend:main
container_name: mqtt_gateway_frontend
env_file:
- .env
Expand Down

0 comments on commit bd74c64

Please sign in to comment.