Skip to content

Commit 8df6836

Browse files
authored
Update deploy.yml
1 parent 59d03c5 commit 8df6836

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
REPO: ghcr.io/akimitsulebot/bilderna
2020
steps:
21-
- uses: actions/checkout@v7
21+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2222
- name: Build Docker image
2323
run: docker build -t $REPO:latest -t $REPO:${GITHUB_SHA::8} .
2424
- name: Login to Docker Hub
@@ -44,4 +44,4 @@ jobs:
4444
-H "Authorization: Bearer ${{ secrets.PAT }}" \
4545
-H "X-GitHub-Api-Version: 2022-11-28" \
4646
https://api.github.com/repos/$REPO_OWNER/$REPO_NAME/dispatches \
47-
-d "{\"event_type\": \"$EVENT_TYPE\"}"
47+
-d "{\"event_type\": \"$EVENT_TYPE\"}"

0 commit comments

Comments
 (0)