Skip to content

Commit

Permalink
Merge pull request #21 from openshift-virtualization/gh-workflow
Browse files Browse the repository at this point in the history
gh: Final fixes, really.
  • Loading branch information
fabiand authored May 16, 2024
2 parents 5ce017a + 585080a commit 7f3da50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-n-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build-and-push:
name: Build image
name: Build and conditionally push image
runs-on: ubuntu-latest

steps:
Expand All @@ -28,8 +28,8 @@ jobs:
id: push-to-quay
uses: redhat-actions/push-to-registry@v2
with:
image: ${{ steps.build-and-push.outputs.image }}
tags: ${{ steps.build-and-push.outputs.tags }}
image: ${{ steps.build-image.outputs.image }}
tags: ${{ steps.build-image.outputs.tags }}
registry: quay.io/openshift-virtualization
username: openshift-virtualization+wasp_agent_gh_workflow
password: ${{ secrets.REGISTRY_PASSWORD }}
Expand Down

0 comments on commit 7f3da50

Please sign in to comment.