Migrate from codeberg.org to git.mcintire.me
All checks were successful
Build and Push / Build and Push Docker Image (push) Successful in 2m10s
All checks were successful
Build and Push / Build and Push Docker Image (push) Successful in 2m10s
This commit is contained in:
parent
7e1498bf4e
commit
08262024d7
1 changed files with 5 additions and 5 deletions
|
|
@ -6,8 +6,8 @@ on:
|
|||
- main
|
||||
|
||||
env:
|
||||
REGISTRY: codeberg.org
|
||||
IMAGE_NAME: gmcintire/aprs.me
|
||||
REGISTRY: git.mcintire.me
|
||||
IMAGE_NAME: graham/aprs.me
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
|
@ -88,9 +88,9 @@ jobs:
|
|||
attempt=1
|
||||
max_attempts=3
|
||||
while : ; do
|
||||
if echo "${{ secrets.REGISTRY_PASSWORD }}" | \
|
||||
docker login "${{ secrets.REGISTRY_URL }}" \
|
||||
-u "${{ secrets.REGISTRY_USER }}" \
|
||||
if echo "${{ secrets.FORGEJO_TOKEN }}" | \
|
||||
docker login "git.mcintire.me" \
|
||||
-u "graham" \
|
||||
--password-stdin; then
|
||||
exit 0
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue