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