Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
rwittler committed Jan 17, 2025
1 parent 15179a9 commit 1c8ae98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and publish container

on:
push:
branches: ["master"]
branches: ["clowm-integration-extensions"]

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env:
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ ENV DISPLAY=":0.0"
RUN ln -s /opt/splitstree/SplitsTree /usr/bin/SplitsTree
COPY . .
RUN make
RUN chmod 777 -R /app

0 comments on commit 1c8ae98

Please sign in to comment.