Skip to content

Commit

Permalink
Temporary use patched bashbrew to speed-up builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixoid committed May 7, 2024
1 parent 715f3b2 commit 2a6a967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.bashbrew/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
# these two version numbers are intentionally as close together as I could possibly get them because no matter what I tried, GitHub will not allow me to DRY them (can't have any useful variables in `uses:` and can't even have YAML references to steal it in `env:` or something)
- shell: 'bash -Eeuo pipefail -x {0}'
run: echo BASHBREW_VERSION=v0.1.12 >> "$GITHUB_ENV"
- uses: docker-library/bashbrew@v0.1.12
- uses: Felixoid/bashbrew@master
if: inputs.build == 'host'

- run: docker build --pull --tag oisupport/bashbrew:base "https://github.com/docker-library/bashbrew.git#$BASHBREW_VERSION"
Expand Down

0 comments on commit 2a6a967

Please sign in to comment.