revert to docker run step
This commit is contained in:
@@ -14,10 +14,15 @@ runs:
|
|||||||
- name: Permissions
|
- name: Permissions
|
||||||
run: |
|
run: |
|
||||||
chmod -R 777 .
|
chmod -R 777 .
|
||||||
ls -al
|
|
||||||
|
# - name: Build package
|
||||||
|
# uses: https://git.sanin.dev/packages_test/build-publish/@build
|
||||||
|
|
||||||
- name: Build package
|
- 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
|
# - name: Publish package
|
||||||
# shell: bash
|
# shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user