Skip to content

Commit b78dca3

Browse files
committed
Fix image name typo
Signed-off-by: Yuri Shkuro <[email protected]>
1 parent 3016be1 commit b78dca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
id: docker_meta
3232
uses: docker/metadata-action@v5
3333
with:
34-
images: jaegertracing/protobuf
34+
images: yurishkuro/microsim
3535
# The 'tags:' section defines how the Docker image will be tagged:
3636
# - pushes to main branch will be published as 'latest'
3737
# - pushes tagged with semver will be published as that version (without 'v')

0 commit comments

Comments
 (0)