Skip to content

Commit

Permalink
Merge pull request #56 from NCI-GDC/hotfix/docker-release
Browse files Browse the repository at this point in the history
Fix docker release repo
  • Loading branch information
czyszCTDS authored Oct 3, 2022
2 parents 3142190 + b1d57ab commit 69b9caf
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 24 deletions.
38 changes: 19 additions & 19 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"template": "[email protected]:NCI-GDC/bio-python-template.git",
"commit": "2538d116b1c2f3cf68b734c5a5179a4fc70acc9f",
"context": {
"cookiecutter": {
"full_name": "Charles Czysz",
"email": "[email protected]",
"github_username": "czyszCTDS",
"project_name": "maf-lib",
"package_name": "maflib",
"project_short_description": "Python package for processing and creating MAF files for the GDC",
"min_python_version": "3.8",
"github_repo": "https://github.com/NCI-GDC/maf-lib",
"commit": "2538d116b1c2f3cf68b734c5a5179a4fc70acc9f",
"_template": "[email protected]:NCI-GDC/bio-python-template.git"
}
},
"directory": null,
"checkout": null
}
"template": "[email protected]:NCI-GDC/bio-python-template.git",
"commit": "4fb23e1d5a0c683559633b755385ab5ed388f063",
"context": {
"cookiecutter": {
"full_name": "Charles Czysz",
"email": "[email protected]",
"github_username": "czyszCTDS",
"project_name": "maf-lib",
"package_name": "maflib",
"project_short_description": "Python package for processing and creating MAF files for the GDC",
"min_python_version": "3.8",
"github_repo": "https://github.com/NCI-GDC/maf-lib",
"commit": "2538d116b1c2f3cf68b734c5a5179a4fc70acc9f",
"_template": "[email protected]:NCI-GDC/bio-python-template.git"
}
},
"directory": null,
"checkout": null
}
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ docker_build:
rules:
- if: $CI_COMMIT_TAG
variables:
DOCKER_RELEASE_REGISTRY: "quay.io"
DOCKER_RELEASE_REGISTRY: "quay.io/ncigdc"
- if: $CI_COMMIT_REF_NAME =~ /main/
variables:
DOCKER_RELEASE_REGISTRY: "quay.io"
DOCKER_RELEASE_REGISTRY: "quay.io/ncigdc"
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
variables:
DOCKER_RELEASE_REGISTRY: "quay.io"
DOCKER_RELEASE_REGISTRY: "quay.io/ncigdc"
- when: always
script:
- docker build .
Expand Down
12 changes: 10 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,20 @@
{
"type": "Hex High Entropy String",
"filename": ".cruft.json",
"hashed_secret": "7379565c0e0821137830796e10f09f31692c2ad2",
"hashed_secret": "79dac9a8adc3ac54a4c5e1c941ed3d9f0e5aa5dc",
"is_verified": false,
"line_number": 3,
"is_secret": false
},
{
"type": "Hex High Entropy String",
"filename": ".cruft.json",
"hashed_secret": "7379565c0e0821137830796e10f09f31692c2ad2",
"is_verified": false,
"line_number": 14,
"is_secret": false
}
]
},
"generated_at": "2022-10-03T14:39:09Z"
"generated_at": "2022-10-03T15:29:25Z"
}

0 comments on commit 69b9caf

Please sign in to comment.