revert to docker run step
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user