Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
olevitt committed Mar 21, 2024
1 parent 521512e commit 31e204b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: onyxia-api
platforms: linux/amd64
file: onyxia-api/Dockerfile
file: Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: |
${{ steps.docker_meta.outputs.tags }}
Expand Down

0 comments on commit 31e204b

Please sign in to comment.