Skip to content

Commit 7d6b189

Browse files
committed
fix dockerfile path
1 parent ce77e61 commit 7d6b189

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/docker-builder-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
required: false
99
type: string
1010
file:
11-
default: "Dockerfile"
11+
default: "{context}/Dockerfile"
1212
required: false
1313
type: string
1414

.github/workflows/docker-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
uses: ./.github/workflows/docker-builder-reusable.yml
5959
with:
6060
context: containers/${{ matrix.container }}
61-
file: Dockerfile
6261
title: ${{ matrix.container }}
6362
description: ${{ matrix.description }}
6463
app_version: ${{ matrix.app_version }}

0 commit comments

Comments
 (0)