Skip to content

Commit

Permalink
Fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
Keskimaki committed Mar 17, 2023
1 parent 08a9f03 commit ebda2aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- uses: actions/checkout@v3

- name: Build image
id: build-image
uses: redhat-actions/buildah-build@v2
with:
image: kliksutin
Expand All @@ -27,8 +28,8 @@ jobs:
- name: Push to quay.io
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/toska
username: toska+github
password: ${{ secrets.QUAY_IO_TOKEN }}

0 comments on commit ebda2aa

Please sign in to comment.