Skip to content

Commit 606ba1a

Browse files
committed
FIX release action credentials
1 parent 483e8fc commit 606ba1a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ jobs:
1313
- name: Release if tagged
1414
if: "!startswith(github.ref, 'refs/tags/v')"
1515
run: exit 78
16+
- name: Login to Quay.io
17+
uses: docker/login-action@v2
18+
with:
19+
registry: quay.io
20+
username: ${{ secrets.QUAY_UBI_READONLY_USERNAME }}
21+
password: ${{ secrets.QUAY_UBI_READONLY_PASSWORD }}
1622
- name: build
1723
uses: sysdiglabs/[email protected]
1824
with:

0 commit comments

Comments
 (0)