Skip to content

Commit

Permalink
improve docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Jan 2, 2024
1 parent 4b2a9c0 commit 802c934
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-packages-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker
name: docker publish

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
Expand All @@ -8,7 +8,7 @@ name: Docker
on:
workflow_dispatch:
push:
branches: [ "master"]
branches: [ "master", "develop"]
# Publish semver tags as releases.
# tags: [ 'v*.*.*' ]
# pull_request:
Expand Down
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
FROM alpine:3.15
LABEL maintainer="contact@ikna.io"
LABEL org.opencontainers.image.title="graphsense-rest"
LABEL org.opencontainers.image.maintainer="contact@ikna.io"
LABEL org.opencontainers.image.url="https://www.ikna.io/"
LABEL org.opencontainers.image.description="Dockerized Graphsense REST interface"
LABEL org.opencontainers.image.source="https://github.com/graphsense/graphsense-REST"


ENV NUM_WORKERS=
ENV NUM_THREADS=
Expand Down

0 comments on commit 802c934

Please sign in to comment.