Update worckflow
All checks were successful
Build and Push Docker Image (Simple) / build-and-push (push) Successful in 4s
All checks were successful
Build and Push Docker Image (Simple) / build-and-push (push) Successful in 4s
This commit is contained in:
@@ -41,8 +41,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
curl -X POST \
|
curl -X POST \
|
||||||
-H "Authorization: token ${{ secrets.TOKEN }}" \
|
-H "Authorization: token ${{ secrets.TOKEN }}" \
|
||||||
-d '{"image": "${{ vars.URL }}/${{ gitea.repository }}/${{ env.IMAGE_NAME }}:latest"}' \
|
-d '{"image": "${{ env.REGISTRY }}/${{ gitea.repository }}/${{ env.IMAGE_NAME }}:latest"}' \
|
||||||
"https://git.out.jafre.li/api/v1/repos/${{ gitea.repository }}/docker-image"
|
"https://${{ env.REGISTRY }}/api/v1/repos/${{ gitea.repository }}/docker-image"
|
||||||
|
|
||||||
- name: Link package to repository
|
- name: Link package to repository
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user