Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoutigeWolf authored Jul 3, 2024
1 parent 3948fc0 commit 1c3566a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -25,3 +25,12 @@ jobs:
with:
push: true
tags: ${{ secrets.REGISTRY_URL }}/portfolio:latest

- name: Restart docker container
uses: JamesIves/fetch-api-data-action@v2
with:
endpoint: ${{ secrets.SERVER_API_URL }}/portfolio?key=${{ secrets.SERVER_API_KEY }}
configuration: |
{
"method": "POST"
}

0 comments on commit 1c3566a

Please sign in to comment.