Skip to content

Commit

Permalink
FIX release action credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimeyh committed Nov 26, 2024
1 parent 6b518e6 commit a162626
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
- name: Release if tagged
if: "!startswith(github.ref, 'refs/tags/v')"
run: exit 78
- name: Login to Quay.io
uses: docker/login-action@v2
with:
registry: quay.io
username: ${{ secrets.QUAY_UBI_READONLY_USERNAME }}
password: ${{ secrets.QUAY_UBI_READONLY_PASSWORD }}
- name: build
uses: sysdiglabs/[email protected]
with:
Expand Down

0 comments on commit a162626

Please sign in to comment.