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
Try format as string
  • Loading branch information
PGijsbers committed May 7, 2021
commit b4b424215d62cd49191d4ec6ea0ebeef9dd24071
2 changes: 1 addition & 1 deletion .github/workflows/release_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
with:
context: docker/
push: true
tags: openml/openml-python:latest,openml/openml-python:${{env.GITHUB_SHA}}
tags: "openml/openml-python:latest,openml/openml-python:$GITHUB_SHA"
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}