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