-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PTFE-1366 - Migrate registry containers for spark to ghcr.io (#52)
* Migrate to ghcr.io s3utils 1.14.0 not available on ghcr.io, bumping to s3utils:1.14.6. The next installer build will get the most current s3utils fixes * Apply review suggestion Co-authored-by: Thomas Carmet <[email protected]> * Apply review suggestion Co-authored-by: Thomas Carmet <[email protected]> * Apply review suggestion Co-authored-by: Thomas Carmet <[email protected]> --------- Co-authored-by: Thomas Carmet <[email protected]>
- Loading branch information
1 parent
dd2263a
commit 63c1793
Showing
6 changed files
with
41 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,13 +36,11 @@ on: | |
run-name: Release ${{ inputs.tag }} | ||
|
||
env: | ||
image_path: spark-dev/deployment | ||
staging_path: ${{ github.workspace }}/staging | ||
registry: registry.scality.com | ||
registry: ghcr.io | ||
img: fieldreportservice | ||
image: registry.scality.com/spark-dev/deployment | ||
staging_archive: spark-offline-archive-${{ inputs.tag }}${{ inputs.prerelease == true && '-prerelease' || '' }}.run | ||
s3utils_image: registry.scality.com/s3utils/s3utils:1.14.0 | ||
s3utils_image: ghcr.io/scality/s3utils:1.14.6 | ||
nginx_image: docker.io/library/nginx:1.21.6-alpine | ||
|
||
jobs: | ||
|
@@ -66,7 +64,7 @@ jobs: | |
- name: Registry Login | ||
uses: docker/[email protected] | ||
with: | ||
registry: registry.scality.com | ||
registry: ghcr.io | ||
username: ${{ secrets.REGISTRY_LOGIN }} | ||
password: ${{ secrets.REGISTRY_PASSWORD }} | ||
- name: Ensure makeself is installed | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters