Switching the hosted registry

This commit is contained in:
James Jones
2023-01-03 20:01:16 -05:00
parent 4e9ebe2023
commit bebe14acdc
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ jobs:
fail-fast: false fail-fast: false
max-parallel: 2 max-parallel: 2
matrix: matrix:
registry: [ 'ghcr.io', 'nexus.jamjon3.sytes.net:5443' ] registry: [ 'ghcr.io', 'nexus.jamesjonesconsulting.com:5443' ]
include: include:
- registry: ghcr.io - registry: ghcr.io
user: GITHUB_DOCKER_USER user: GITHUB_DOCKER_USER

View File

@@ -7,7 +7,7 @@ set name [lindex $argv 3]
### rpm-sign-expect -- Sign RPMs by sending passphrase and other elements ### rpm-sign-expect -- Sign RPMs by sending passphrase and other elements
spawn rpm --define "_gpg_name $name <$email>" --addsign $rpm spawn rpm --define {"_gpg_name $name <$email>"} --addsign $rpm
expect -exact "Enter pass phrase: " expect -exact "Enter pass phrase: "
send -- "$passphrase\r" send -- "$passphrase\r"
expect eof expect eof