Skip to content

Commit

Permalink
remove sha tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jtroe committed Oct 16, 2023
1 parent 8f43801 commit 483205a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/DockerBuild.NotebookImage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
type=raw,value=${{ inputs.version }},enable=${{ inputs.is_default_supported_python && github.ref_name == github.event.repository.default_branch }}
type=raw,value=latest,enable=${{ inputs.is_latest_release && inputs.is_default_supported_python && github.ref_name == github.event.repository.default_branch }}
type=schedule,pattern={{date 'YY.MM'}},enable=${{ inputs.is_latest_release && inputs.is_default_supported_python && github.ref_name == github.event.repository.default_branch }}
type=sha,format=long
- id: docker_build
name: Build image and push to GitHub Container Registry
Expand Down

0 comments on commit 483205a

Please sign in to comment.