Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
fix: Fixes CI job to push docker (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm authored Oct 25, 2023
1 parent fa628c6 commit c20dee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Resolve dependencies
run: poetry export -f requirements.txt --without-hashes --output requirements.txt
- name: Build docker
run: docker build src/. -t quackai/contribution-api:latest
run: docker build . -t quackai/contribution-api:latest
- name: Login to DockerHub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit c20dee1

Please sign in to comment.