Skip to content

Commit

Permalink
fix(build): change build context to root
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Nov 27, 2023
1 parent 152e42b commit ae3a08f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-hub-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ jobs:
name: fonoster/routr-requester
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
workdir: mods/requester
workdir: .
dockerfile: mods/requester/Dockerfile
tags: "latest,${{ needs.download_artifacts.outputs.VERSION }}"
platforms: linux/amd64,linux/arm64

Expand Down

0 comments on commit ae3a08f

Please sign in to comment.