Skip to content

Commit 6572533

Browse files
committed
Using the correct credentials
1 parent 24702de commit 6572533

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
with:
4242
src-image: builder
4343
dst-image: quay.io/stackrox-io/berserker:builder-${{ steps.get-tag.outputs.tag }}
44-
username: ${{ secrets.QUAY_RHACS_ENG_RW_USERNAME }}
45-
password: ${{ secrets.QUAY_RHACS_ENG_RW_PASSWORD }}
44+
username: ${{ secrets.QUAY_STACKROX_IO_RW_USERNAME }}
45+
password: ${{ secrets.QUAY_STACKROX_IO_RW_PASSWORD }}
4646

4747
- name: Retag and push berserker to rhacs-eng
4848
uses: stackrox/actions/images/retag-and-push@v1

0 commit comments

Comments
 (0)