diff --git a/.github/workflows/build-boxkit.yml b/.github/workflows/build-boxkit.yml index e4d3f35..e65bcb2 100644 --- a/.github/workflows/build-boxkit.yml +++ b/.github/workflows/build-boxkit.yml @@ -5,15 +5,15 @@ on: branches: - main schedule: - - cron: '0 0 * * TUE' + - cron: "0 0 * * TUE" push: branches: - main env: - IMAGE_NAME: boxkit - IMAGE_TAGS: latest - IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }} + IMAGE_NAME: boxkit + IMAGE_TAGS: latest + IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }} jobs: push-ghcr: @@ -25,7 +25,7 @@ jobs: id-token: write strategy: fail-fast: false - steps: + steps: # Checkout push-to-registry action GitHub repository - name: Checkout Push to Registry action uses: actions/checkout@v3 @@ -64,7 +64,7 @@ jobs: password: ${{ env.REGISTRY_PASSWORD }} extra-args: | --disable-content-trust - + - name: Login to GitHub Container Registry uses: docker/login-action@v2 with: diff --git a/Containerfile b/Containerfile index eb8dfb8..b984aa8 100644 --- a/Containerfile +++ b/Containerfile @@ -11,10 +11,9 @@ RUN apk update && \ cat /extra-packages | xargs apk add RUN rm /extra-packages -RUN ln -fs /bin/sh /usr/bin/sh && \ - ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/docker && \ - ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/flatpak && \ - ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/podman && \ - ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/rpm-ostree && \ - ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/transactional-update - +RUN ln -fs /bin/sh /usr/bin/sh && \ + ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/docker && \ + ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/flatpak && \ + ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/podman && \ + ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/rpm-ostree && \ + ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/transactional-update diff --git a/extra-packages b/extra-packages index 99ba3bd..f09e4b5 100644 --- a/extra-packages +++ b/extra-packages @@ -20,4 +20,3 @@ build-base python3 nodejs npm -