Skip to content

Commit 9cd99b2

Browse files
committed
Update GITHUB_REPOSITORY to bash so images get tagged/tested properly
1 parent 7629122 commit 9cd99b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Generate Jobs
2424
run: |
2525
git clone --depth 1 https://github.com/docker-library/bashbrew.git -b master ~/bashbrew
26-
strategy="$(~/bashbrew/scripts/github-actions/generate.sh)"
26+
strategy="$(GITHUB_REPOSITORY='bash' ~/bashbrew/scripts/github-actions/generate.sh)"
2727
jq . <<<"$strategy" # sanity check / debugging aid
2828
echo "::set-output name=strategy::$strategy"
2929

0 commit comments

Comments
 (0)