Skip to content

Commit

Permalink
ADD quay credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimeyh committed Nov 26, 2024
1 parent 6cb4cd9 commit 77333d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
runs-on: ubuntu-latest
name: ${{ matrix.docker }}
steps:
- name: Login to Quay.io
uses: docker/login-action@v2
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}
- name: build
uses: sysdiglabs/exporter-builder@v1.1
with:
Expand Down

0 comments on commit 77333d6

Please sign in to comment.