dazdazd
This commit is contained in:
@@ -21,12 +21,18 @@ jobs:
|
||||
- run: apt-get update
|
||||
- run: apt-get -y install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
||||
|
||||
|
||||
|
||||
# - name: Set up QEMU
|
||||
# uses: docker/setup-qemu-action@v3
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
# BUILD & PUSH
|
||||
- name: Checkout private tools
|
||||
uses: https://github.com/actions/checkout@v3
|
||||
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
|
||||
persist-credentials: false
|
||||
ssh-strict: false
|
||||
token: ${{ secrets.ACCESS_TOKEN_GIT }}
|
||||
ssh-known-hosts: ${{ secrets.SSH_KNOWN_GITEA }}
|
||||
# - name: Set up Docker Buildx
|
||||
# uses: docker/setup-buildx-action@v3
|
||||
- name: Login to Docker private registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user