Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Nov 8, 2024
1 parent 79aa44b commit b6e737e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set XDG_RUNTIME_DIR
run: echo "XDG_RUNTIME_DIR=$HOME/.xdg-runtime" >> $GITHUB_ENV
run: mkdir ~/.xdg-runtime && echo "XDG_RUNTIME_DIR=$HOME/.xdg-runtime" >> $GITHUB_ENV
- name: Push Image
run: nix run ".#publish-container-release"
env:
Expand Down

0 comments on commit b6e737e

Please sign in to comment.