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