Migrate from codeberg.org to git.mcintire.me
This commit is contained in:
parent
51678e0fb9
commit
26e1163107
1 changed files with 4 additions and 4 deletions
|
|
@ -26,8 +26,8 @@ on:
|
|||
# and creds are sourced from the shared REGISTRY_URL / REGISTRY_USER
|
||||
# / REGISTRY_PASSWORD secrets.
|
||||
env:
|
||||
REGISTRY: ${{ secrets.REGISTRY_URL }}
|
||||
IMAGE_NAME: gmcintire/prop-base
|
||||
REGISTRY: git.mcintire.me
|
||||
IMAGE_NAME: graham/prop-base
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
|
@ -101,9 +101,9 @@ jobs:
|
|||
attempt=1
|
||||
max_attempts=3
|
||||
while : ; do
|
||||
if echo "${{ secrets.REGISTRY_PASSWORD }}" | \
|
||||
if echo "${{ secrets.FORGEJO_TOKEN }}" | \
|
||||
docker login "${{ env.REGISTRY }}" \
|
||||
-u "${{ secrets.REGISTRY_USER }}" \
|
||||
-u "graham" \
|
||||
--password-stdin; then
|
||||
exit 0
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue