Skip to content

Commit 179cbbb

Browse files
authored
Fix image tag error in release.yaml
Signed-off-by: Denis Golovin <[email protected]>
1 parent 0c39ad2 commit 179cbbb

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
@@ -110,7 +110,7 @@ jobs:
110110
- name: Build Image
111111
id: build-image
112112
run: |
113-
podman build -t quay.io/redhat-developer/podman-desktop-redhat-account-ext :${{ needs.tag.outputs.extVersion }} .
113+
podman build -t quay.io/redhat-developer/podman-desktop-redhat-account-ext:${{ needs.tag.outputs.extVersion }} .
114114
podman push quay.io/redhat-developer/podman-desktop-sandbox-ext:${{ needs.tag.outputs.extVersion }}
115115
116116
release:

0 commit comments

Comments
 (0)