Skip to content

Commit fe41108

Browse files
committed
fix
1 parent b3a7aa1 commit fe41108

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build Docker Image
22

33
on:
44
push:
5-
branches: [main, ci]
5+
branches: [main, dev, ci]
66

77
env:
88
REGISTRY: ghcr.io

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
build:
44
context: .
55
dockerfile: Dockerfile
6-
image: demos:0.0.1
6+
image: ghcr.io/${GITHUB_REPOSITORY_OWNER}/demos
77
tty: true
88
platform: linux/amd64
99
environment:

0 commit comments

Comments
 (0)