Skip to content

Commit

Permalink
Workaround podman-compose issue 1059
Browse files Browse the repository at this point in the history
See containers/podman-compose#1059

Signed-off-by: Alexander Bokovoy <[email protected]>
  • Loading branch information
abbra authored and rjeffman committed Jan 10, 2025
1 parent 217e375 commit 5de5882
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ runs:
run: |
source venv/bin/activate
pip3 install podman-compose
podman-compose -f CONFIG_DIR/compose.yml up -d
cd CONFIG_DIR
podman-compose -f compose.yml up -d
- name: Ensure '/ect/shadow' is readable
shell: bash
Expand Down

0 comments on commit 5de5882

Please sign in to comment.