There was an error while loading. Please reload this page.
1 parent 59d03c5 commit 8df6836Copy full SHA for 8df6836
1 file changed
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
env:
19
REPO: ghcr.io/akimitsulebot/bilderna
20
steps:
21
- - uses: actions/checkout@v7
+ - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
22
- name: Build Docker image
23
run: docker build -t $REPO:latest -t $REPO:${GITHUB_SHA::8} .
24
- name: Login to Docker Hub
@@ -44,4 +44,4 @@ jobs:
44
-H "Authorization: Bearer ${{ secrets.PAT }}" \
45
-H "X-GitHub-Api-Version: 2022-11-28" \
46
https://api.github.com/repos/$REPO_OWNER/$REPO_NAME/dispatches \
47
- -d "{\"event_type\": \"$EVENT_TYPE\"}"
+ -d "{\"event_type\": \"$EVENT_TYPE\"}"
0 commit comments