Skip to content

Commit

Permalink
Update fitness-functions-release-8.0.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze authored Dec 8, 2023
1 parent b96bdfd commit 755130d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fitness-functions-release-8.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: Execute
run: >
docker run --rm alpine:3.16 cat /etc/os-release | grep $LATEST_ALPINE_RELEASE
docker run --pull always --rm alpine:3.16 cat /etc/os-release | grep $LATEST_ALPINE_RELEASE
# packages necessary for release/8.0 branch
packages-not-available-on-alpine-for-relase-8-0:
Expand All @@ -30,4 +30,4 @@ jobs:
- php8-pecl-grpc
steps:
- name: Execute
run: "! docker run --rm alpine:3.16.7 apk --no-cache search ${{ matrix.package }} | grep ${{ matrix.package }}"
run: "! docker run --pull always --rm alpine:3.16 apk --no-cache search ${{ matrix.package }} | grep ${{ matrix.package }}"

0 comments on commit 755130d

Please sign in to comment.