Skip to content

Commit acc39c7

Browse files
committed
Fix Docker image name
1 parent d5423cf commit acc39c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Release
1313
runs-on: ubuntu-latest
1414
container:
15-
image: steevanb/php-parallel-process:release
15+
image: steevanb/php-parallel-processes:release
1616
steps:
1717
- uses: actions/checkout@v2
1818
-

0 commit comments

Comments
 (0)