Skip to content

Commit 768a46d

Browse files
committed
Add path to dockerfile
1 parent 1c01212 commit 768a46d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
with:
1212
username: ${{ secrets.DOCKER_USERNAME }}
1313
password: ${{ secrets.DOCKER_PASSWORD }}
14+
dockerfile: .
1415
repository: jskobos/elm-terminal-resume
1516
tag_with_ref: true
1617
push: ${{ startsWith(github.ref, 'refs/tags/') }}

0 commit comments

Comments
 (0)