Skip to content

Commit

Permalink
Merge pull request #46 from phillc/dockerfile
Browse files Browse the repository at this point in the history
Fix docker release
  • Loading branch information
phillc authored Mar 30, 2020
2 parents 09c7e6a + fce5734 commit 88edbca
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 88edbca

Please sign in to comment.