Migrate from codeberg.org to git.mcintire.me
Some checks are pending
Build and Push / Build and Push Docker Image (push) Waiting to run
Build prop-grid-rs / Test, build, push (push) Successful in 6m44s

This commit is contained in:
Graham McIntire 2026-07-24 14:23:21 -05:00
parent 26e1163107
commit 56b4116f6f

View file

@ -12,8 +12,8 @@ on:
# Hosted on Codeberg's container registry. Same setup as build.yaml. # Hosted on Codeberg's container registry. Same setup as build.yaml.
env: env:
REGISTRY: ${{ secrets.REGISTRY_URL }} REGISTRY: git.mcintire.me
IMAGE_NAME: gmcintire/prop-grid-rs IMAGE_NAME: graham/prop-grid-rs
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
@ -90,9 +90,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 "${{ env.REGISTRY }}" \ docker login "${{ env.REGISTRY }}" \
-u "${{ secrets.REGISTRY_USER }}" \ -u "graham" \
--password-stdin; then --password-stdin; then
exit 0 exit 0
fi fi