Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Explicitly make context relative
  • Loading branch information
PGijsbers committed May 7, 2021
commit bb2a2e6b0c3a43d839bead2ea0901de1e4e6750d
2 changes: 1 addition & 1 deletion .github/workflows/release_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
context: docker/
context: ./docker/
push: true
tags: openml/openml-python:latest
- name: Image digest
Expand Down