We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 179cbbb commit 5bbc7d8Copy full SHA for 5bbc7d8
.github/workflows/release.yaml
@@ -111,7 +111,7 @@ jobs:
111
id: build-image
112
run: |
113
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 }}
+ podman push quay.io/redhat-developer/podman-desktop-redhat-account-ext:${{ needs.tag.outputs.extVersion }}
115
116
release:
117
needs: [tag, build]
0 commit comments