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

fix: Fixes CI job to push docker #15

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading