Skip to content

Commit 77333d6

Browse files
committed
ADD quay credentials
1 parent 6cb4cd9 commit 77333d6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ jobs:
2323
runs-on: ubuntu-latest
2424
name: ${{ matrix.docker }}
2525
steps:
26+
- name: Login to Quay.io
27+
uses: docker/login-action@v2
28+
with:
29+
registry: quay.io
30+
username: ${{ secrets.QUAY_USERNAME }}
31+
password: ${{ secrets.QUAY_PASSWORD }}
2632
- name: build
2733
uses: sysdiglabs/[email protected]
2834
with:

0 commit comments

Comments
 (0)