We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77fc9b9 commit 0be31e1Copy full SHA for 0be31e1
.github/workflows/release.yaml
@@ -13,6 +13,12 @@ jobs:
13
- name: Release if tagged
14
if: "!startswith(github.ref, 'refs/tags/v')"
15
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 }}
22
- name: build
23
uses: sysdiglabs/[email protected]
24
with:
0 commit comments