Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit 6ba2c78

Browse files
committed
KLR images registry fix
1 parent 810828f commit 6ba2c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
id: meta
5151
uses: docker/metadata-action@v4
5252
with:
53-
images: gcr.io/triggermesh/sameer/knative-lambda-${{ matrix.runtime }}
53+
images: gcr.io/triggermesh/knative-lambda-${{ matrix.runtime }}
5454
tags: |
5555
type=semver,pattern={{raw}}
5656
type=sha,prefix=,suffix=,format=long

0 commit comments

Comments
 (0)