Skip to content

Commit

Permalink
Update deploy-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Wiedemann authored Dec 14, 2021
1 parent cd3b776 commit 27d6c8b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
steps:

- uses: actions/checkout@v2

- name: Login to podman
uses: redhat-actions/podman-login@v1
with:
registry: scan.connect.redhat.com
username: unused
password: ${{ secrets.CERTIFICATION_PUSH_SECRET }}

- name: Extract branch name
shell: bash
Expand Down

0 comments on commit 27d6c8b

Please sign in to comment.