Skip to content

Commit

Permalink
Fix push action
Browse files Browse the repository at this point in the history
  • Loading branch information
Keskimaki committed Mar 17, 2023
1 parent e93f801 commit 08a9f03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Push to quay.io
uses: redhat-actions/push-to-registry@v2
with:
image: ${{ steps.build-image.outputs.image }}
tags: ${{ steps.build-image.outputs.tags }}
image: ${{ steps.build-and-push.outputs.image }}
tags: ${{ steps.build-and-push.outputs.tags }}
registry: quay.io/toska
username: github+toska
username: toska+github
password: ${{ secrets.QUAY_IO_TOKEN }}

0 comments on commit 08a9f03

Please sign in to comment.