Update worckflow
All checks were successful
Build and Push Docker Image (Simple) / build-and-push (push) Successful in 4s

This commit is contained in:
jafreli
2025-07-19 01:17:22 +02:00
parent ff0d234eb3
commit 4afb4e4d0c

View File

@@ -41,8 +41,8 @@ jobs:
run: |
curl -X POST \
-H "Authorization: token ${{ secrets.TOKEN }}" \
-d '{"image": "${{ vars.URL }}/${{ gitea.repository }}/${{ env.IMAGE_NAME }}:latest"}' \
"https://git.out.jafre.li/api/v1/repos/${{ gitea.repository }}/docker-image"
-d '{"image": "${{ env.REGISTRY }}/${{ gitea.repository }}/${{ env.IMAGE_NAME }}:latest"}' \
"https://${{ env.REGISTRY }}/api/v1/repos/${{ gitea.repository }}/docker-image"
- name: Link package to repository
run: |