From 0d7dbd7c4e492a038e22fcb399811db8d27f2176 Mon Sep 17 00:00:00 2001 From: AI Assistant Date: Thu, 12 Mar 2026 13:11:29 +0900 Subject: [PATCH] fix: revert to secrets.GITEA_TOKEN for gitea registry auth --- .gitea/workflows/build-push.yaml | 2 +- .../logs/build-push-build-and-push-3.log | 147 ------------------ logs/build-push-build-and-push-4.log | 147 ++++++++++++++++++ 3 files changed, 148 insertions(+), 148 deletions(-) delete mode 100644 .gitea/workflows/logs/build-push-build-and-push-3.log create mode 100644 logs/build-push-build-and-push-4.log diff --git a/.gitea/workflows/build-push.yaml b/.gitea/workflows/build-push.yaml index 2cfcd58..5ab2a04 100644 --- a/.gitea/workflows/build-push.yaml +++ b/.gitea/workflows/build-push.yaml @@ -15,7 +15,7 @@ jobs: # 2. Gitea 도커 레지스트리(Packages)에 로그인 (터미널 명령어 방식) - name: Login to Gitea Registry - run: echo "${{ github.token }}" | docker login git.savethenurse.com -u ${{ github.actor }} --password-stdin + run: echo "${{ secrets.GITEA_TOKEN }}" | docker login git.savethenurse.com -u ${{ gitea.actor }} --password-stdin # 3. 도커 이미지 굽기 - name: Build Docker Image diff --git a/.gitea/workflows/logs/build-push-build-and-push-3.log b/.gitea/workflows/logs/build-push-build-and-push-3.log deleted file mode 100644 index 3718723..0000000 --- a/.gitea/workflows/logs/build-push-build-and-push-3.log +++ /dev/null @@ -1,147 +0,0 @@ -2026-03-12T04:05:43.4308691Z 7906ada0cbde(version:v0.3.0) received task 3 of job build-and-push, be triggered by event: push -2026-03-12T04:05:43.4313394Z workflow prepared -2026-03-12T04:05:43.4314521Z evaluating expression 'success()' -2026-03-12T04:05:43.4315550Z expression 'success()' evaluated to 'true' -2026-03-12T04:05:43.4315837Z 🚀 Start image=docker.gitea.com/runner-images:ubuntu-latest -2026-03-12T04:05:43.4401279Z 🐳 docker pull image=docker.gitea.com/runner-images:ubuntu-latest platform= username= forcePull=false -2026-03-12T04:05:43.4402003Z 🐳 docker pull docker.gitea.com/runner-images:ubuntu-latest -2026-03-12T04:05:43.4426201Z Image exists? true -2026-03-12T04:05:43.4531401Z Cleaning up network for job build-and-push, and network name is: GITEA-ACTIONS-TASK-3_WORKFLOW-Build-and-Push-Docker-Image_JOB-build-and-push-build-and-push-network -2026-03-12T04:05:43.6766511Z 🐳 docker create image=docker.gitea.com/runner-images:ubuntu-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] network="GITEA-ACTIONS-TASK-3_WORKFLOW-Build-and-Push-Docker-Image_JOB-build-and-push-build-and-push-network" -2026-03-12T04:05:44.4087749Z Created container name=GITEA-ACTIONS-TASK-3_WORKFLOW-Build-and-Push-Docker-Image_JOB-build-and-push id=6a5aa073b80c915a46896d13e1f5052439e07bd4942d2d927918282de9a5c644 from image docker.gitea.com/runner-images:ubuntu-latest (platform: ) -2026-03-12T04:05:44.4088607Z ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] -2026-03-12T04:05:44.4088915Z 🐳 docker run image=docker.gitea.com/runner-images:ubuntu-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] network="GITEA-ACTIONS-TASK-3_WORKFLOW-Build-and-Push-Docker-Image_JOB-build-and-push-build-and-push-network" -2026-03-12T04:05:44.4089235Z Starting container: 6a5aa073b80c915a46896d13e1f5052439e07bd4942d2d927918282de9a5c644 -2026-03-12T04:05:45.8870498Z Started container: 6a5aa073b80c915a46896d13e1f5052439e07bd4942d2d927918282de9a5c644 -2026-03-12T04:05:45.9807044Z Writing entry to tarball workflow/event.json len:4898 -2026-03-12T04:05:45.9807704Z Writing entry to tarball workflow/envs.txt len:0 -2026-03-12T04:05:45.9808353Z Extracting content to '/var/run/act/' -2026-03-12T04:05:45.9982076Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4 -2026-03-12T04:05:45.9982780Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab -2026-03-12T04:05:46.7186190Z Unable to pull refs/heads/v4: non-fast-forward update -2026-03-12T04:05:46.7186637Z Cloned https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab -2026-03-12T04:05:46.7522525Z Checked out v4 -2026-03-12T04:05:46.7746044Z evaluating expression '' -2026-03-12T04:05:46.7746582Z expression '' evaluated to 'true' -2026-03-12T04:05:46.7746765Z ⭐ Run Main Checkout repository -2026-03-12T04:05:46.7746980Z Writing entry to tarball workflow/outputcmd.txt len:0 -2026-03-12T04:05:46.7747205Z Writing entry to tarball workflow/statecmd.txt len:0 -2026-03-12T04:05:46.7747348Z Writing entry to tarball workflow/pathcmd.txt len:0 -2026-03-12T04:05:46.7747484Z Writing entry to tarball workflow/envs.txt len:0 -2026-03-12T04:05:46.7747607Z Writing entry to tarball workflow/SUMMARY.md len:0 -2026-03-12T04:05:46.7747744Z Extracting content to '/var/run/act' -2026-03-12T04:05:46.7850844Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)' -2026-03-12T04:05:46.7851483Z evaluating expression 'format('{0}', github.repository)' -2026-03-12T04:05:46.7852207Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=savethenurse/ai-media-hub)' -2026-03-12T04:05:46.7852727Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)' -2026-03-12T04:05:46.7853177Z evaluating expression 'format('{0}', github.token)' -2026-03-12T04:05:46.7853777Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)' -2026-03-12T04:05:46.7854295Z type=remote-action actionDir=/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab actionPath= workdir=/workspace/savethenurse/ai-media-hub actionCacheDir=/root/.cache/act actionName=c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab containerActionDir=/var/run/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab -2026-03-12T04:05:46.7854559Z /var/run/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab -2026-03-12T04:05:46.7854978Z Removing /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/.gitignore before docker cp -2026-03-12T04:05:46.7856390Z 🐳 docker cp src=/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/ dst=/var/run/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/ -2026-03-12T04:05:46.7858433Z Writing tarball /tmp/act467621656 from /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/ -2026-03-12T04:05:46.7858686Z Stripping prefix:/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/ src:/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/ -2026-03-12T04:05:46.9047409Z Extracting content from '/tmp/act467621656' to '/var/run/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/' -2026-03-12T04:05:47.0424115Z executing remote job container: [node /var/run/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/index.js] -2026-03-12T04:05:47.0427023Z 🐳 docker exec cmd=[node /var/run/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/index.js] user= workdir= -2026-03-12T04:05:47.0427751Z Exec command '[node /var/run/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/index.js]' -2026-03-12T04:05:47.0429243Z Working directory '/workspace/savethenurse/ai-media-hub' -2026-03-12T04:05:47.1928249Z ::add-matcher::/run/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/problem-matcher.json -2026-03-12T04:05:47.1928459Z ::add-matcher::/run/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/problem-matcher.json -2026-03-12T04:05:47.1933125Z Syncing repository: savethenurse/ai-media-hub -2026-03-12T04:05:47.1937511Z ::group::Getting Git version info -2026-03-12T04:05:47.1937800Z Working directory is '/workspace/savethenurse/ai-media-hub' -2026-03-12T04:05:47.1999628Z [command]/usr/bin/git version -2026-03-12T04:05:47.2049857Z git version 2.53.0 -2026-03-12T04:05:47.2079763Z ::endgroup:: -2026-03-12T04:05:47.2918034Z Temporarily overriding HOME='/tmp/9eaa556d-3d64-4dbc-921d-ff30426c3217' before making global git config changes -2026-03-12T04:05:47.2918646Z Adding repository directory to the temporary git global config as a safe directory -2026-03-12T04:05:47.2932119Z [command]/usr/bin/git config --global --add safe.directory /workspace/savethenurse/ai-media-hub -2026-03-12T04:05:47.2987689Z Deleting the contents of '/workspace/savethenurse/ai-media-hub' -2026-03-12T04:05:47.2993665Z ::group::Initializing the repository -2026-03-12T04:05:47.2999985Z [command]/usr/bin/git init /workspace/savethenurse/ai-media-hub -2026-03-12T04:05:47.3055057Z hint: Using 'master' as the name for the initial branch. This default branch name -2026-03-12T04:05:47.3055628Z hint: will change to "main" in Git 3.0. To configure the initial branch name -2026-03-12T04:05:47.3055899Z hint: to use in all of your new repositories, which will suppress this warning, -2026-03-12T04:05:47.3056131Z hint: call: -2026-03-12T04:05:47.3056252Z hint: -2026-03-12T04:05:47.3056366Z hint: git config --global init.defaultBranch -2026-03-12T04:05:47.3056540Z hint: -2026-03-12T04:05:47.3056763Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and -2026-03-12T04:05:47.3056972Z hint: 'development'. The just-created branch can be renamed via this command: -2026-03-12T04:05:47.3057114Z hint: -2026-03-12T04:05:47.3057350Z hint: git branch -m -2026-03-12T04:05:47.3057470Z hint: -2026-03-12T04:05:47.3057589Z hint: Disable this message with "git config set advice.defaultBranchName false" -2026-03-12T04:05:47.3057859Z Initialized empty Git repository in /workspace/savethenurse/ai-media-hub/.git/ -2026-03-12T04:05:47.3068673Z [command]/usr/bin/git remote add origin https://git.savethenurse.com/savethenurse/ai-media-hub -2026-03-12T04:05:47.3110103Z ::endgroup:: -2026-03-12T04:05:47.3110639Z ::group::Disabling automatic garbage collection -2026-03-12T04:05:47.3117921Z [command]/usr/bin/git config --local gc.auto 0 -2026-03-12T04:05:47.3169768Z ::endgroup:: -2026-03-12T04:05:47.3170450Z ::group::Setting up auth -2026-03-12T04:05:47.3187411Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand -2026-03-12T04:05:47.3236139Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" -2026-03-12T04:05:47.3676168Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/git\.savethenurse\.com\/\.extraheader -2026-03-12T04:05:47.3725761Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/git\.savethenurse\.com\/\.extraheader' && git config --local --unset-all 'http.https://git.savethenurse.com/.extraheader' || :" -2026-03-12T04:05:47.4169630Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: -2026-03-12T04:05:47.4221431Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url -2026-03-12T04:05:47.4538357Z [command]/usr/bin/git config --local http.https://git.savethenurse.com/.extraheader AUTHORIZATION: basic *** -2026-03-12T04:05:47.4582804Z ::endgroup:: -2026-03-12T04:05:47.4583513Z ::group::Fetching the repository -2026-03-12T04:05:47.4594922Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c39705b6453bbc389eebfe23322a7e1cda95b1ce:refs/remotes/origin/main -2026-03-12T04:05:48.2182951Z From https://git.savethenurse.com/savethenurse/ai-media-hub -2026-03-12T04:05:48.2183694Z * [new ref] c39705b6453bbc389eebfe23322a7e1cda95b1ce -> origin/main -2026-03-12T04:05:48.2232385Z ::endgroup:: -2026-03-12T04:05:48.2232946Z ::group::Determining the checkout info -2026-03-12T04:05:48.2237947Z ::endgroup:: -2026-03-12T04:05:48.2247190Z [command]/usr/bin/git sparse-checkout disable -2026-03-12T04:05:48.2311740Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig -2026-03-12T04:05:48.2354663Z ::group::Checking out the ref -2026-03-12T04:05:48.2362405Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main -2026-03-12T04:05:48.2422684Z Switched to a new branch 'main' -2026-03-12T04:05:48.2426198Z branch 'main' set up to track 'origin/main'. -2026-03-12T04:05:48.2471631Z ::endgroup:: -2026-03-12T04:05:48.2528673Z [command]/usr/bin/git log -1 --format=%H -2026-03-12T04:05:48.2556276Z c39705b6453bbc389eebfe23322a7e1cda95b1ce -2026-03-12T04:05:48.2577271Z ::remove-matcher owner=checkout-git:: -2026-03-12T04:05:49.1397244Z Error response from daemon: Get "https://git.savethenurse.com/v2/": unauthorized -2026-03-12T04:05:49.1432622Z ❌ Failure - Main Login to Gitea Registry -2026-03-12T04:05:49.1496365Z exitcode '1': failure -2026-03-12T04:05:49.2256104Z evaluating expression 'always()' -2026-03-12T04:05:49.2257365Z expression 'always()' evaluated to 'true' -2026-03-12T04:05:49.2257864Z ⭐ Run Post Checkout repository -2026-03-12T04:05:49.2261638Z Writing entry to tarball workflow/outputcmd.txt len:0 -2026-03-12T04:05:49.2261943Z Writing entry to tarball workflow/statecmd.txt len:0 -2026-03-12T04:05:49.2262132Z Writing entry to tarball workflow/pathcmd.txt len:0 -2026-03-12T04:05:49.2262311Z Writing entry to tarball workflow/envs.txt len:0 -2026-03-12T04:05:49.2262481Z Writing entry to tarball workflow/SUMMARY.md len:0 -2026-03-12T04:05:49.2262661Z Extracting content to '/var/run/act' -2026-03-12T04:05:49.2286587Z run post step for 'Checkout repository' -2026-03-12T04:05:49.2288095Z executing remote job container: [node /var/run/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/index.js] -2026-03-12T04:05:49.2288433Z 🐳 docker exec cmd=[node /var/run/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/index.js] user= workdir= -2026-03-12T04:05:49.2288690Z Exec command '[node /var/run/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/index.js]' -2026-03-12T04:05:49.2289492Z Working directory '/workspace/savethenurse/ai-media-hub' -2026-03-12T04:05:49.3998033Z [command]/usr/bin/git version -2026-03-12T04:05:49.4040607Z git version 2.53.0 -2026-03-12T04:05:49.4071000Z *** -2026-03-12T04:05:49.4089958Z Temporarily overriding HOME='/tmp/cd17dc55-afd8-45ad-b00a-86db365a4aba' before making global git config changes -2026-03-12T04:05:49.4090337Z Adding repository directory to the temporary git global config as a safe directory -2026-03-12T04:05:49.4096932Z [command]/usr/bin/git config --global --add safe.directory /workspace/savethenurse/ai-media-hub -2026-03-12T04:05:49.4146610Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand -2026-03-12T04:05:49.4190139Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" -2026-03-12T04:05:49.4589751Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/git\.savethenurse\.com\/\.extraheader -2026-03-12T04:05:49.4622066Z http.https://git.savethenurse.com/.extraheader -2026-03-12T04:05:49.4637358Z [command]/usr/bin/git config --local --unset-all http.https://git.savethenurse.com/.extraheader -2026-03-12T04:05:49.4684751Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/git\.savethenurse\.com\/\.extraheader' && git config --local --unset-all 'http.https://git.savethenurse.com/.extraheader' || :" -2026-03-12T04:05:49.5117189Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: -2026-03-12T04:05:49.5170811Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url -2026-03-12T04:05:49.5712967Z ✅ Success - Post Checkout repository -2026-03-12T04:05:49.5781499Z Cleaning up container for job build-and-push -2026-03-12T04:05:50.9176855Z Removed container: 6a5aa073b80c915a46896d13e1f5052439e07bd4942d2d927918282de9a5c644 -2026-03-12T04:05:50.9196428Z 🐳 docker volume rm GITEA-ACTIONS-TASK-3_WORKFLOW-Build-and-Push-Docker-Image_JOB-build-and-push -2026-03-12T04:05:50.9927318Z 🐳 docker volume rm GITEA-ACTIONS-TASK-3_WORKFLOW-Build-and-Push-Docker-Image_JOB-build-and-push-env -2026-03-12T04:05:51.1085757Z Cleaning up network for job build-and-push, and network name is: GITEA-ACTIONS-TASK-3_WORKFLOW-Build-and-Push-Docker-Image_JOB-build-and-push-build-and-push-network -2026-03-12T04:05:51.5131991Z 🏁 Job failed -2026-03-12T04:05:51.5194942Z Job 'build-and-push' failed diff --git a/logs/build-push-build-and-push-4.log b/logs/build-push-build-and-push-4.log new file mode 100644 index 0000000..bc0c0b8 --- /dev/null +++ b/logs/build-push-build-and-push-4.log @@ -0,0 +1,147 @@ +2026-03-12T04:09:28.7508790Z 7906ada0cbde(version:v0.3.0) received task 4 of job build-and-push, be triggered by event: push +2026-03-12T04:09:28.7512835Z workflow prepared +2026-03-12T04:09:28.7514278Z evaluating expression 'success()' +2026-03-12T04:09:28.7515378Z expression 'success()' evaluated to 'true' +2026-03-12T04:09:28.7515666Z 🚀 Start image=docker.gitea.com/runner-images:ubuntu-latest +2026-03-12T04:09:28.7606257Z 🐳 docker pull image=docker.gitea.com/runner-images:ubuntu-latest platform= username= forcePull=false +2026-03-12T04:09:28.7606737Z 🐳 docker pull docker.gitea.com/runner-images:ubuntu-latest +2026-03-12T04:09:28.7626583Z Image exists? true +2026-03-12T04:09:28.7750736Z Cleaning up network for job build-and-push, and network name is: GITEA-ACTIONS-TASK-4_WORKFLOW-Build-and-Push-Docker-Image_JOB-build-and-push-build-and-push-network +2026-03-12T04:09:29.0697355Z 🐳 docker create image=docker.gitea.com/runner-images:ubuntu-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] network="GITEA-ACTIONS-TASK-4_WORKFLOW-Build-and-Push-Docker-Image_JOB-build-and-push-build-and-push-network" +2026-03-12T04:09:29.7475993Z Created container name=GITEA-ACTIONS-TASK-4_WORKFLOW-Build-and-Push-Docker-Image_JOB-build-and-push id=cc8e77925af83eb08a3db75ba0970421e7d88073b80a1ef4796b1769bc05f230 from image docker.gitea.com/runner-images:ubuntu-latest (platform: ) +2026-03-12T04:09:29.7476818Z ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] +2026-03-12T04:09:29.7477366Z 🐳 docker run image=docker.gitea.com/runner-images:ubuntu-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] network="GITEA-ACTIONS-TASK-4_WORKFLOW-Build-and-Push-Docker-Image_JOB-build-and-push-build-and-push-network" +2026-03-12T04:09:29.7477730Z Starting container: cc8e77925af83eb08a3db75ba0970421e7d88073b80a1ef4796b1769bc05f230 +2026-03-12T04:09:31.2842843Z Started container: cc8e77925af83eb08a3db75ba0970421e7d88073b80a1ef4796b1769bc05f230 +2026-03-12T04:09:31.3783969Z Writing entry to tarball workflow/event.json len:5010 +2026-03-12T04:09:31.3784610Z Writing entry to tarball workflow/envs.txt len:0 +2026-03-12T04:09:31.3784877Z Extracting content to '/var/run/act/' +2026-03-12T04:09:31.3907264Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4 +2026-03-12T04:09:31.3907584Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab +2026-03-12T04:09:32.3476727Z Unable to pull refs/heads/v4: non-fast-forward update +2026-03-12T04:09:32.3477128Z Cloned https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab +2026-03-12T04:09:32.3822760Z Checked out v4 +2026-03-12T04:09:32.4084492Z evaluating expression '' +2026-03-12T04:09:32.4085396Z expression '' evaluated to 'true' +2026-03-12T04:09:32.4085611Z ⭐ Run Main Checkout repository +2026-03-12T04:09:32.4085913Z Writing entry to tarball workflow/outputcmd.txt len:0 +2026-03-12T04:09:32.4086164Z Writing entry to tarball workflow/statecmd.txt len:0 +2026-03-12T04:09:32.4086347Z Writing entry to tarball workflow/pathcmd.txt len:0 +2026-03-12T04:09:32.4086527Z Writing entry to tarball workflow/envs.txt len:0 +2026-03-12T04:09:32.4086698Z Writing entry to tarball workflow/SUMMARY.md len:0 +2026-03-12T04:09:32.4086900Z Extracting content to '/var/run/act' +2026-03-12T04:09:32.4192343Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)' +2026-03-12T04:09:32.4192861Z evaluating expression 'format('{0}', github.repository)' +2026-03-12T04:09:32.4193933Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=savethenurse/ai-media-hub)' +2026-03-12T04:09:32.4194619Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)' +2026-03-12T04:09:32.4194805Z evaluating expression 'format('{0}', github.token)' +2026-03-12T04:09:32.4195186Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)' +2026-03-12T04:09:32.4195959Z type=remote-action actionDir=/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab actionPath= workdir=/workspace/savethenurse/ai-media-hub actionCacheDir=/root/.cache/act actionName=c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab containerActionDir=/var/run/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab +2026-03-12T04:09:32.4196255Z /var/run/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab +2026-03-12T04:09:32.4196574Z Removing /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/.gitignore before docker cp +2026-03-12T04:09:32.4197803Z 🐳 docker cp src=/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/ dst=/var/run/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/ +2026-03-12T04:09:32.4199379Z Writing tarball /tmp/act3994130466 from /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/ +2026-03-12T04:09:32.4199683Z Stripping prefix:/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/ src:/root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/ +2026-03-12T04:09:32.5410621Z Extracting content from '/tmp/act3994130466' to '/var/run/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/' +2026-03-12T04:09:32.6787515Z executing remote job container: [node /var/run/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/index.js] +2026-03-12T04:09:32.6788392Z 🐳 docker exec cmd=[node /var/run/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/index.js] user= workdir= +2026-03-12T04:09:32.6788581Z Exec command '[node /var/run/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/index.js]' +2026-03-12T04:09:32.6789044Z Working directory '/workspace/savethenurse/ai-media-hub' +2026-03-12T04:09:32.8289673Z ::add-matcher::/run/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/problem-matcher.json +2026-03-12T04:09:32.8290034Z ::add-matcher::/run/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/problem-matcher.json +2026-03-12T04:09:32.8294541Z Syncing repository: savethenurse/ai-media-hub +2026-03-12T04:09:32.8298579Z ::group::Getting Git version info +2026-03-12T04:09:32.8298868Z Working directory is '/workspace/savethenurse/ai-media-hub' +2026-03-12T04:09:32.8356159Z [command]/usr/bin/git version +2026-03-12T04:09:32.8406340Z git version 2.53.0 +2026-03-12T04:09:32.8436094Z ::endgroup:: +2026-03-12T04:09:32.8947515Z Temporarily overriding HOME='/tmp/eb107421-2bd4-4be5-ae9a-7d0bc54de499' before making global git config changes +2026-03-12T04:09:32.8948450Z Adding repository directory to the temporary git global config as a safe directory +2026-03-12T04:09:32.8960723Z [command]/usr/bin/git config --global --add safe.directory /workspace/savethenurse/ai-media-hub +2026-03-12T04:09:32.9024334Z Deleting the contents of '/workspace/savethenurse/ai-media-hub' +2026-03-12T04:09:32.9032030Z ::group::Initializing the repository +2026-03-12T04:09:32.9038300Z [command]/usr/bin/git init /workspace/savethenurse/ai-media-hub +2026-03-12T04:09:32.9093939Z hint: Using 'master' as the name for the initial branch. This default branch name +2026-03-12T04:09:32.9094253Z hint: will change to "main" in Git 3.0. To configure the initial branch name +2026-03-12T04:09:32.9094424Z hint: to use in all of your new repositories, which will suppress this warning, +2026-03-12T04:09:32.9094584Z hint: call: +2026-03-12T04:09:32.9094734Z hint: +2026-03-12T04:09:32.9094942Z hint: git config --global init.defaultBranch +2026-03-12T04:09:32.9095204Z hint: +2026-03-12T04:09:32.9095578Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and +2026-03-12T04:09:32.9095871Z hint: 'development'. The just-created branch can be renamed via this command: +2026-03-12T04:09:32.9096111Z hint: +2026-03-12T04:09:32.9096302Z hint: git branch -m +2026-03-12T04:09:32.9096498Z hint: +2026-03-12T04:09:32.9096882Z hint: Disable this message with "git config set advice.defaultBranchName false" +2026-03-12T04:09:32.9097292Z Initialized empty Git repository in /workspace/savethenurse/ai-media-hub/.git/ +2026-03-12T04:09:32.9116652Z [command]/usr/bin/git remote add origin https://git.savethenurse.com/savethenurse/ai-media-hub +2026-03-12T04:09:32.9164743Z ::endgroup:: +2026-03-12T04:09:32.9165197Z ::group::Disabling automatic garbage collection +2026-03-12T04:09:32.9172591Z [command]/usr/bin/git config --local gc.auto 0 +2026-03-12T04:09:32.9221572Z ::endgroup:: +2026-03-12T04:09:32.9222418Z ::group::Setting up auth +2026-03-12T04:09:32.9236228Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2026-03-12T04:09:32.9289501Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2026-03-12T04:09:32.9569053Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/git\.savethenurse\.com\/\.extraheader +2026-03-12T04:09:32.9609467Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/git\.savethenurse\.com\/\.extraheader' && git config --local --unset-all 'http.https://git.savethenurse.com/.extraheader' || :" +2026-03-12T04:09:33.0057967Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: +2026-03-12T04:09:33.0104094Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url +2026-03-12T04:09:33.0468083Z [command]/usr/bin/git config --local http.https://git.savethenurse.com/.extraheader AUTHORIZATION: basic *** +2026-03-12T04:09:33.0510348Z ::endgroup:: +2026-03-12T04:09:33.0510996Z ::group::Fetching the repository +2026-03-12T04:09:33.0524679Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +08ef719294e964c121589d1565388078c133050d:refs/remotes/origin/main +2026-03-12T04:09:33.5428528Z From https://git.savethenurse.com/savethenurse/ai-media-hub +2026-03-12T04:09:33.5429108Z * [new ref] 08ef719294e964c121589d1565388078c133050d -> origin/main +2026-03-12T04:09:33.5478171Z ::endgroup:: +2026-03-12T04:09:33.5478777Z ::group::Determining the checkout info +2026-03-12T04:09:33.5482436Z ::endgroup:: +2026-03-12T04:09:33.5488323Z [command]/usr/bin/git sparse-checkout disable +2026-03-12T04:09:33.5549515Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig +2026-03-12T04:09:33.5601877Z ::group::Checking out the ref +2026-03-12T04:09:33.5611451Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main +2026-03-12T04:09:33.5698627Z Switched to a new branch 'main' +2026-03-12T04:09:33.5701855Z branch 'main' set up to track 'origin/main'. +2026-03-12T04:09:33.5713749Z ::endgroup:: +2026-03-12T04:09:33.5777968Z [command]/usr/bin/git log -1 --format=%H +2026-03-12T04:09:33.5814484Z 08ef719294e964c121589d1565388078c133050d +2026-03-12T04:09:33.5834687Z ::remove-matcher owner=checkout-git:: +2026-03-12T04:09:34.3229917Z Error response from daemon: Get "https://git.savethenurse.com/v2/": unauthorized +2026-03-12T04:09:34.3275043Z ❌ Failure - Main Login to Gitea Registry +2026-03-12T04:09:34.3344392Z exitcode '1': failure +2026-03-12T04:09:34.4051705Z evaluating expression 'always()' +2026-03-12T04:09:34.4053390Z expression 'always()' evaluated to 'true' +2026-03-12T04:09:34.4053782Z ⭐ Run Post Checkout repository +2026-03-12T04:09:34.4054086Z Writing entry to tarball workflow/outputcmd.txt len:0 +2026-03-12T04:09:34.4054352Z Writing entry to tarball workflow/statecmd.txt len:0 +2026-03-12T04:09:34.4054545Z Writing entry to tarball workflow/pathcmd.txt len:0 +2026-03-12T04:09:34.4054737Z Writing entry to tarball workflow/envs.txt len:0 +2026-03-12T04:09:34.4054914Z Writing entry to tarball workflow/SUMMARY.md len:0 +2026-03-12T04:09:34.4055111Z Extracting content to '/var/run/act' +2026-03-12T04:09:34.4079454Z run post step for 'Checkout repository' +2026-03-12T04:09:34.4080507Z executing remote job container: [node /var/run/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/index.js] +2026-03-12T04:09:34.4080891Z 🐳 docker exec cmd=[node /var/run/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/index.js] user= workdir= +2026-03-12T04:09:34.4081184Z Exec command '[node /var/run/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/index.js]' +2026-03-12T04:09:34.4081891Z Working directory '/workspace/savethenurse/ai-media-hub' +2026-03-12T04:09:34.5674107Z [command]/usr/bin/git version +2026-03-12T04:09:34.5723744Z git version 2.53.0 +2026-03-12T04:09:34.5754037Z *** +2026-03-12T04:09:34.5776036Z Temporarily overriding HOME='/tmp/1a1ea8a6-37ff-4270-bda8-e0846f36d6f1' before making global git config changes +2026-03-12T04:09:34.5776571Z Adding repository directory to the temporary git global config as a safe directory +2026-03-12T04:09:34.5782226Z [command]/usr/bin/git config --global --add safe.directory /workspace/savethenurse/ai-media-hub +2026-03-12T04:09:34.5831091Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2026-03-12T04:09:34.5874291Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2026-03-12T04:09:34.6281544Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/git\.savethenurse\.com\/\.extraheader +2026-03-12T04:09:34.6321950Z http.https://git.savethenurse.com/.extraheader +2026-03-12T04:09:34.6341390Z [command]/usr/bin/git config --local --unset-all http.https://git.savethenurse.com/.extraheader +2026-03-12T04:09:34.6391437Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/git\.savethenurse\.com\/\.extraheader' && git config --local --unset-all 'http.https://git.savethenurse.com/.extraheader' || :" +2026-03-12T04:09:34.6877264Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: +2026-03-12T04:09:34.6932520Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url +2026-03-12T04:09:34.7522386Z ✅ Success - Post Checkout repository +2026-03-12T04:09:34.7599525Z Cleaning up container for job build-and-push +2026-03-12T04:09:36.0169779Z Removed container: cc8e77925af83eb08a3db75ba0970421e7d88073b80a1ef4796b1769bc05f230 +2026-03-12T04:09:36.0190331Z 🐳 docker volume rm GITEA-ACTIONS-TASK-4_WORKFLOW-Build-and-Push-Docker-Image_JOB-build-and-push +2026-03-12T04:09:36.0992410Z 🐳 docker volume rm GITEA-ACTIONS-TASK-4_WORKFLOW-Build-and-Push-Docker-Image_JOB-build-and-push-env +2026-03-12T04:09:36.2314378Z Cleaning up network for job build-and-push, and network name is: GITEA-ACTIONS-TASK-4_WORKFLOW-Build-and-Push-Docker-Image_JOB-build-and-push-build-and-push-network +2026-03-12T04:09:36.6380701Z 🏁 Job failed +2026-03-12T04:09:36.6465899Z Job 'build-and-push' failed