Skip to content

Commit 5bc7631

Browse files
committed
Update README; fix workflow file
1 parent 768a46d commit 5bc7631

File tree

2 files changed

+4
-928
lines changed

2 files changed

+4
-928
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
name: Docker Build and Push
88
runs-on: ubuntu-latest
99
steps:
10+
- uses: actions/checkout@v1
1011
- uses: docker/build-push-action@v1
1112
with:
1213
username: ${{ secrets.DOCKER_USERNAME }}
1314
password: ${{ secrets.DOCKER_PASSWORD }}
14-
dockerfile: .
1515
repository: jskobos/elm-terminal-resume
1616
tag_with_ref: true
1717
push: ${{ startsWith(github.ref, 'refs/tags/') }}

0 commit comments

Comments
 (0)