Skip to content

Commit 8769487

Browse files
committed
Fix dockerfile name
1 parent 2564a43 commit 8769487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
168168
with:
169169
context: ./docker/
170-
file: ./docker/task-runner.Dockerfile
170+
file: ./docker/share-task-runner.Dockerfile
171171
push: true
172172
tags: ${{ steps.meta.outputs.tags }}
173173
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)