Skip to content

Commit 4adfdcd

Browse files
committed
fix
1 parent e8af673 commit 4adfdcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
tags: ${{ steps.meta.outputs.tags }}
8080
labels: ${{ steps.meta.outputs.labels }}
8181
build-args: |
82-
branch=${{input.upstream_version}}
82+
branch=${{inputs.upstream_version}}
8383
8484
# Sign the resulting Docker image digest except on PRs.
8585
# This will only write to the public Rekor transparency log when the Docker

0 commit comments

Comments
 (0)