new attempt
Create and publish a Docker image / build-and-push-image (datalad-apptainer) (push) Failing after 9s
Details
Create and publish a Docker image / build-and-push-image (deface) (push) Failing after 10s
Details
Create and publish a Docker image / build-and-push-image (dicom_indexer) (push) Failing after 10s
Details
Create and publish a Docker image / build-and-push-image (heudiconv) (push) Failing after 9s
Details
Create and publish a Docker image / build-and-push-image (datalad-apptainer) (push) Failing after 9s
Details
Create and publish a Docker image / build-and-push-image (deface) (push) Failing after 10s
Details
Create and publish a Docker image / build-and-push-image (dicom_indexer) (push) Failing after 10s
Details
Create and publish a Docker image / build-and-push-image (heudiconv) (push) Failing after 9s
Details
This commit is contained in:
parent
7bbb4f17f1
commit
642ab68feb
|
|
@ -6,7 +6,7 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ${{ env.GITEA_SERVER_URL }}
|
REGISTRY: ${{ vars.GITEA_SERVER_URL }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push-image:
|
build-and-push-image:
|
||||||
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ env.NIDATAOPS_BOT_NAME }}
|
username: ${{ vars.NIDATAOPS_BOT_NAME }}
|
||||||
password: ${{ secrets.NIDATAOPS_BOT_REGISTRY_TOKEN }}
|
password: ${{ secrets.NIDATAOPS_BOT_REGISTRY_TOKEN }}
|
||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Docker
|
- name: Extract metadata (tags, labels) for Docker
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue