mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-28 15:46:36 +00:00
fix: release build again again (#1481)
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -113,6 +113,7 @@ jobs:
|
|||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
registry: quay.io
|
||||||
username: '$token'
|
username: '$token'
|
||||||
password: ${{ secrets.QUAY_IO_API_TOKEN }}
|
password: ${{ secrets.QUAY_IO_API_TOKEN }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user