Skip to content

Commit 5bbc7d8

Browse files
authored
Update image name in release.yaml
Signed-off-by: Denis Golovin <[email protected]>
1 parent 179cbbb commit 5bbc7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
id: build-image
112112
run: |
113113
podman build -t quay.io/redhat-developer/podman-desktop-redhat-account-ext:${{ needs.tag.outputs.extVersion }} .
114-
podman push quay.io/redhat-developer/podman-desktop-sandbox-ext:${{ needs.tag.outputs.extVersion }}
114+
podman push quay.io/redhat-developer/podman-desktop-redhat-account-ext:${{ needs.tag.outputs.extVersion }}
115115
116116
release:
117117
needs: [tag, build]

0 commit comments

Comments
 (0)