replaced the token with an pac.
Einige Prüfungen sind fehlgeschlagen
/ container_build (push) Failing after 14m55s

this will be reverted when https://codeberg.org/forgejo/forgejo/issues/3571 is closed
Dieser Commit ist enthalten in:
Sebastian Tobie 2025-01-27 08:02:13 +01:00
Ursprung 75fa33efd9
Commit d2d6374824

Datei anzeigen

@ -16,7 +16,7 @@ jobs:
env: env:
REGISTRY_AUTH_FILE: ${{env.RUNNER_TEMP}}/auth.json REGISTRY_AUTH_FILE: ${{env.RUNNER_TEMP}}/auth.json
run: | run: |
skopeo login -u 'user' -p ${GITHUB_TOKEN} ${GITHUB_SERVER_URL} skopeo login -u 'user' -p ${{ secrets.DOCKER_TOKEN }} ${GITHUB_SERVER_URL}
sleep 300 sleep 300
skopeo copy -a --dest-precompute-digests containers-storage:localhost/keycloak:latest ${GITHUB_SERVER_URL//https:/docker:}/${{ env.GITHUB_REPOSITORY }}:latest skopeo copy -a --dest-precompute-digests containers-storage:localhost/keycloak:latest ${GITHUB_SERVER_URL//https:/docker:}/${{ env.GITHUB_REPOSITORY }}:latest
- name: Cleanup - name: Cleanup