Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgolovin authored Feb 14, 2024
1 parent bb3deef commit d5e2882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
podman push quay.io/redhat-developer/podman-desktop-redhat-account-ext:${{ inputs.ext-version }}
- name: Build and Push Image (ghcr)
if: ${{ inputs.registry == 'hgcr' }}
if: ${{ inputs.registry == 'ghcr' }}
id: build-image-hgrc
run: |
podman build -t ghrc.io/redhat-developer/podman-desktop-redhat-account-ext:latest .
Expand Down

0 comments on commit d5e2882

Please sign in to comment.