Skip to content

Commit

Permalink
fix: properly mask systemd user services (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ateoi authored Jan 23, 2025
1 parent a0f0011 commit abf4db1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
run: |
./build
sha256=$(sha256sum archlinux.wsl)
read -r sha256 _ <<<"${sha256}"
tag=$(cat imagetag.txt)
sha256=$(sha256sum archlinux-${tag}.wsl)
read -r sha256 _ <<<"${sha256}"
version="${tag#base-}"
cat <<EOF >DistributionInfo.json
{
Expand Down

0 comments on commit abf4db1

Please sign in to comment.