Skip to content

Commit 29d7e23

Browse files
committed
Use webapi devel image for devel image
1 parent 1bbb802 commit 29d7e23

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
run: |
4343
docker build --push \
4444
--tag ghcr.io/gramps-project/grampsweb:latest-devel \
45-
--platform linux/amd64,linux/arm/v7,linux/arm64 .
45+
--platform linux/amd64,linux/arm/v7,linux/arm64 \
46+
-f Dockerfile.devel .
4647
- name: tag and push release image
4748
if: github.event_name == 'release'
4849
run: |

Dockerfile.devel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FROM dmstraub/gramps-webapi:latest-devel
2+
COPY dist /app/static
3+
LABEL org.opencontainers.image.source="https://github.com/gramps-project/Gramps.js"

0 commit comments

Comments
 (0)