Skip to content

Commit

Permalink
ci(push): fix docker image push (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm authored Dec 29, 2024
1 parent 5ae1dea commit 9918bb4
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 @@ -47,7 +47,7 @@ jobs:
with:
version: ${{ env.UV_VERSION }}
- name: Build docker image
run: make build
run: make build-api
- name: Login to GHCR
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 9918bb4

Please sign in to comment.