Skip to content

Commit

Permalink
Update README; fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jskobos committed Jun 28, 2020
1 parent 768a46d commit 5bc7631
Showing 2 changed files with 4 additions and 928 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -7,11 +7,11 @@ jobs:
name: Docker Build and Push
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
dockerfile: .
repository: jskobos/elm-terminal-resume
tag_with_ref: true
push: ${{ startsWith(github.ref, 'refs/tags/') }}
Loading
Oops, something went wrong.

0 comments on commit 5bc7631

Please sign in to comment.