1 parent e8af673 commit 4adfdcdCopy full SHA for 4adfdcd
1 file changed
.github/workflows/docker-publish.yml
@@ -79,7 +79,7 @@ jobs:
79
tags: ${{ steps.meta.outputs.tags }}
80
labels: ${{ steps.meta.outputs.labels }}
81
build-args: |
82
- branch=${{input.upstream_version}}
+ branch=${{inputs.upstream_version}}
83
84
# Sign the resulting Docker image digest except on PRs.
85
# This will only write to the public Rekor transparency log when the Docker
0 commit comments