Migrate from codeberg.org to git.mcintire.me
All checks were successful
Build and Push / Build and Push Docker Image (push) Successful in 2m10s

This commit is contained in:
Graham McIntire 2026-07-24 14:23:22 -05:00
parent 7e1498bf4e
commit 08262024d7

View file

@ -6,8 +6,8 @@ on:
- main - main
env: env:
REGISTRY: codeberg.org REGISTRY: git.mcintire.me
IMAGE_NAME: gmcintire/aprs.me IMAGE_NAME: graham/aprs.me
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
@ -88,9 +88,9 @@ jobs:
attempt=1 attempt=1
max_attempts=3 max_attempts=3
while : ; do while : ; do
if echo "${{ secrets.REGISTRY_PASSWORD }}" | \ if echo "${{ secrets.FORGEJO_TOKEN }}" | \
docker login "${{ secrets.REGISTRY_URL }}" \ docker login "git.mcintire.me" \
-u "${{ secrets.REGISTRY_USER }}" \ -u "graham" \
--password-stdin; then --password-stdin; then
exit 0 exit 0
fi fi