Use custom act with gitea. (#700)

* Use custom act with gitea.

* Make sure wget is available

* Fix repo url
This commit is contained in:
2024-01-09 22:53:43 -06:00
committed by GitHub
parent a3eb3c0bb0
commit b83030f63b
4 changed files with 10 additions and 4 deletions
+2
View File
@@ -41,6 +41,8 @@ jobs:
run: ./scripts/create_build_tag_file.sh
- name: "Build local shiv package"
run: ./scripts/build_shiv_package.sh
- name: "Install wget" # 20240109 - Only needed until the executors are updated.
run: apt update && apt install -y wget
- name: Start dockerd # Also needed until we can incorporate into the executor
run: |
dockerd -H $DOCKER_HOST --userland-proxy=false &