Skip to content

Commit 140c456

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)