revert to docker run step

This commit is contained in:
2025-10-28 13:19:05 -05:00
parent d516363ea4
commit 55bbc5859d

View File

@@ -14,10 +14,15 @@ runs:
- name: Permissions
run: |
chmod -R 777 .
ls -al
# - name: Build package
# uses: https://git.sanin.dev/packages_test/build-publish/@build
- name: Build package
uses: https://git.sanin.dev/packages_test/build-publish/@build
shell: base
run: |
docker run --rm -e REPO=. -e WORKSPACE=/workspace/${{ GITEA_REPOSITORY }}/ corysanin/archery:artix
# - name: Publish package
# shell: bash