Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 140c456

Browse files
committed
fix: push to correct path via env vars
1 parent 52236e1 commit 140c456

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
env:
10-
IMAGE_NAME: pubsub-emulator-lite
10+
IMAGE_NAME: ${{ github.repository }}
1111

1212
jobs:
1313
build-push-image:

0 commit comments

Comments
 (0)