From 84cb39f141db649e4978f9c5c84fca49b76a6670 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Thu, 17 Nov 2022 11:20:00 -0800 Subject: [PATCH] Use the new bashbrew action --- .github/workflows/ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e84ee3..55b3686 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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