debug
Some checks failed
Build and push OCI image / build (push) Failing after 2m15s

This commit is contained in:
2025-08-19 21:19:54 +02:00
parent c1b1bc6553
commit bf9f126be4

View File

@@ -24,6 +24,7 @@ jobs:
run: |
echo GT ${{ secrets.GITHUB_TOKEN }}
echo GH ${{ secrets.GITHUB_TOKEN }}
echo actore ${{ gitea.actor }}
- name: Checkout repository
uses: actions/checkout@v4
@@ -47,6 +48,6 @@ jobs:
- name: Push image
run: |-
buildah login $REGISTRY -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
buildah login $REGISTRY -u ${{ gitea.actor }} -p ${{ secrets.GITHUB_TOKEN }}
buildah push $REGISTRY/${IMAGE_NAME,,}:$VERSION
buildah push $REGISTRY/${IMAGE_NAME,,}:latest