z
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
||||
|
||||
# INSTALL docker
|
||||
- run: apt-get update
|
||||
- run: apt-get install ca-certificates curl gnupg dnsutils
|
||||
- run: apt-get -y install curl dnsutils
|
||||
- run: install -m 0755 -d /etc/apt/keyrings
|
||||
- run: curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg
|
||||
- run: chmod a+r /etc/apt/keyrings/docker.gpg
|
||||
@@ -26,7 +26,7 @@ jobs:
|
||||
|
||||
# BUILD & PUSH
|
||||
- name: Checkout private tools
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
# tape git@gitea.jingoh.fr port 22 et pas port 443 cet ane (should be ssh://gitea.jingoh.fr:443/$repository au lieu de ssh://gitea.jingoh.fr:$repository)
|
||||
repository: staffadmin/gitea-runner
|
||||
|
||||
Reference in New Issue
Block a user