first try docker build
This commit is contained in:
@@ -10,12 +10,12 @@ jobs:
|
|||||||
id: print-to-log
|
id: print-to-log
|
||||||
env:
|
env:
|
||||||
REGISTRY: registry.jingoh.fr
|
REGISTRY: registry.jingoh.fr
|
||||||
uses: actions/hello-world-docker-action@main
|
uses: https://github.com/actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
who-to-greet: ${{ env.REGISTRY }}
|
who-to-greet: ${{ env.REGISTRY }}
|
||||||
|
|
||||||
- name: Checkout private tools
|
- name: Checkout private tools
|
||||||
uses: actions/checkout@v3
|
uses: https://github.com/actions/checkout@v3
|
||||||
with:
|
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)
|
# 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
|
repository: staffadmin/gitea-runner
|
||||||
@@ -35,7 +35,7 @@ jobs:
|
|||||||
|
|
||||||
# Workaround: https://github.com/docker/build-push-action/issues/461
|
# Workaround: https://github.com/docker/build-push-action/issues/461
|
||||||
- name: Setup Docker buildx
|
- name: Setup Docker buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: https://github.com/docker/setup-buildx-action@v2
|
||||||
|
|
||||||
# Login against a Docker registry except on PR
|
# Login against a Docker registry except on PR
|
||||||
# https://github.com/docker/login-action
|
# https://github.com/docker/login-action
|
||||||
|
|||||||
Reference in New Issue
Block a user