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

Commit

Permalink
Merge pull request #84 from triggermesh/ghaction-fix
Browse files Browse the repository at this point in the history
KLR images registry fix
  • Loading branch information
tzununbekov committed May 3, 2023
2 parents 810828f + 6ba2c78 commit fae36ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: gcr.io/triggermesh/sameer/knative-lambda-${{ matrix.runtime }}
images: gcr.io/triggermesh/knative-lambda-${{ matrix.runtime }}
tags: |
type=semver,pattern={{raw}}
type=sha,prefix=,suffix=,format=long
Expand Down

0 comments on commit fae36ac

Please sign in to comment.