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:13:05 +02:00
parent b7a989de99
commit db4edc6fa3

View File

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