Skip to content

Commit

Permalink
Merge pull request #102 from anyproto/any-sync-dockercompose-issues-38
Browse files Browse the repository at this point in the history
  • Loading branch information
fb929 authored Apr 26, 2024
2 parents e32f322 + 1e7551d commit 2b8d64a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push-docker-image-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
uses: anyproto/any-sync-node/.github/workflows/push-docker-image-reusable.yml@main
with:
release: ${{ github.event.inputs.release }}
dockerfile-run: apt-get update && apt-get install -y ca-certificates
dockerfile-cmd: /bin/any-sync-filenode -c /etc/any-sync-filenode/config.yml
1 change: 1 addition & 0 deletions .github/workflows/push-docker-image-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ jobs:
secrets: inherit
with:
release: ${{ github.event.release.tag_name }}
dockerfile-run: apt-get update && apt-get install -y ca-certificates
dockerfile-cmd: /bin/any-sync-filenode -c /etc/any-sync-filenode/config.yml

0 comments on commit 2b8d64a

Please sign in to comment.