Skip to content

Commit

Permalink
ci: fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse0Michael committed Jul 7, 2020
1 parent b19bf50 commit b2d5b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Build
run: |
docker build \
-- file ./build/Dockerfile \
--file ./build/Dockerfile \
-t docker.pkg.github.com/jesse0michael/fetcher/api:${REF##*/} \
-t registry.heroku.com/jesse0michael-fetcher/api .
Expand Down

0 comments on commit b2d5b35

Please sign in to comment.