We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bbb802 commit 29d7e23Copy full SHA for 29d7e23
.github/workflows/image.yml
@@ -42,7 +42,8 @@ jobs:
42
run: |
43
docker build --push \
44
--tag ghcr.io/gramps-project/grampsweb:latest-devel \
45
- --platform linux/amd64,linux/arm/v7,linux/arm64 .
+ --platform linux/amd64,linux/arm/v7,linux/arm64 \
46
+ -f Dockerfile.devel .
47
- name: tag and push release image
48
if: github.event_name == 'release'
49
Dockerfile.devel
@@ -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