Skip to content

Commit

Permalink
Use correct docker build command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Cirner committed Apr 30, 2021
1 parent 2a11b12 commit bd05663
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 @@ -20,7 +20,7 @@ jobs:
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Docker Build
run: docker build object-store . --tag object-store:$VERSION
run: docker build . --tag object-store:$VERSION
- name: Push Image
run: |
# log into registry
Expand Down

0 comments on commit bd05663

Please sign in to comment.