Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Commit 4f27655

Browse files
committed
Fix wrong path context
1 parent a234b6a commit 4f27655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-8.1.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: docker/build-push-action@v2
2828
with:
2929
context: ./php8.1
30-
file: ./php8.0/Dockerfile
30+
file: ./php8.1/Dockerfile
3131
push: true
3232
tags: |
3333
repox/laravel-dev-php:latest

0 commit comments

Comments
 (0)