Skip to content

Commit

Permalink
Update fitness-functions-release-8.1.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze authored Dec 8, 2023
1 parent 6d81450 commit b96bdfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fitness-functions-release-8.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- php81-pecl-grpc
steps:
- name: Execute
run: "! docker run --rm alpine:3.18.4 apk --no-cache search ${{ matrix.package }} | grep ${{ matrix.package }}"
run: "! docker run --pull always --rm alpine:3.18 apk --no-cache search ${{ matrix.package }} | grep ${{ matrix.package }}"

0 comments on commit b96bdfd

Please sign in to comment.