debug
All checks were successful
Build and push OCI image / build (push) Successful in 2m16s

This commit is contained in:
2025-08-19 21:32:58 +02:00
parent c38278ead6
commit cc7b23f13d

View File

@@ -40,7 +40,7 @@ jobs:
fi
- name: Login to repository
run: |
buildah login $REGISTRY -u ${{ gitea.actor }} -p ${{ secrets.GITEA_TOKEN }}
buildah login $REGISTRY -u ${{ gitea.actor }} -p ${{ secrets.ACCESS_TOKEN }}
- name: Checkout repository
uses: actions/checkout@v4