Skip to content

Commit 330f1d0

Browse files
committed
ADD new secrets quay
1 parent 77333d6 commit 330f1d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
uses: docker/login-action@v2
2828
with:
2929
registry: quay.io
30-
username: ${{ secrets.QUAY_USERNAME }}
31-
password: ${{ secrets.QUAY_PASSWORD }}
30+
username: ${{ secrets.QUAY_UBI_READONLY_USERNAME }}
31+
password: ${{ secrets.QUAY_UBI_READONLY_PASSWORD }}
3232
- name: build
3333
uses: sysdiglabs/[email protected]
3434
with:

0 commit comments

Comments
 (0)