Skip to content

Commit

Permalink
Merge pull request #4 from tianon/bashbrew-action
Browse files Browse the repository at this point in the history
Use the new bashbrew action
  • Loading branch information
tianon authored Nov 17, 2022
2 parents 3306ed5 + 84cb39f commit 6685582
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: docker build --pull --tag oisupport/perl-bashbrew .
- name: Install "bashbrew"
run: |
git clone --depth 1 https://github.com/docker-library/bashbrew.git -b master bashbrew
./bashbrew/bashbrew.sh --version > /dev/null
export PATH="$PWD/bashbrew/bin:$PATH"
echo "PATH=$PATH" >> "$GITHUB_ENV"
bashbrew --version
- uses: docker-library/bashbrew@HEAD
- name: Clone DOI
run: |
git clone --depth 1 https://github.com/docker-library/official-images.git oi
Expand Down

0 comments on commit 6685582

Please sign in to comment.