We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f43801 commit 483205aCopy full SHA for 483205a
.github/workflows/DockerBuild.NotebookImage.yaml
@@ -52,7 +52,6 @@ jobs:
52
type=raw,value=${{ inputs.version }},enable=${{ inputs.is_default_supported_python && github.ref_name == github.event.repository.default_branch }}
53
type=raw,value=latest,enable=${{ inputs.is_latest_release && inputs.is_default_supported_python && github.ref_name == github.event.repository.default_branch }}
54
type=schedule,pattern={{date 'YY.MM'}},enable=${{ inputs.is_latest_release && inputs.is_default_supported_python && github.ref_name == github.event.repository.default_branch }}
55
- type=sha,format=long
56
57
- id: docker_build
58
name: Build image and push to GitHub Container Registry
0 commit comments