Skip to content

Commit

Permalink
Specify dockerfile, not workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
phillc committed Mar 30, 2020
1 parent 09c7e6a commit fce5734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
tags: "latest,${{ github.event.release.tag_name }}"
workdir: "app/linode"
dockerfile: "./app/linode/Dockerfile"

0 comments on commit fce5734

Please sign in to comment.