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

Commit fae36ac

Browse files
authoredMay 3, 2023
Merge pull request #84 from triggermesh/ghaction-fix
KLR images registry fix
2 parents 810828f + 6ba2c78 commit fae36ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

+1-1
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)
Failed to load comments.