Skip to content

Commit 611daa0

Browse files
committed
fix: fix work directory
1 parent 79960cf commit 611daa0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
script: |
9595
set -euo pipefail
9696
97+
cd github-bot || exit 1
98+
9799
printf '%s' "$GHCR_TOKEN" | docker login ghcr.io -u "$GHCR_USERNAME" --password-stdin
98100
99101
IMAGE_REF="$IMAGE@$DIGEST"

0 commit comments

Comments
 (0)