Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Update release workflow secret references
Browse files Browse the repository at this point in the history
  • Loading branch information
stealthybox committed Nov 9, 2020
1 parent 6159df3 commit 29d4a61
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-kernel-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
kernel:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
version: [ 4.14.182, 4.19.125, 5.4.43 ]
env:
Expand All @@ -21,8 +22,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: docker.io
username: ${{ secrets.CR_USER }}
password: ${{ secrets.CR_PAT }}
username: weaveworksigniteci
password: ${{ secrets.DOCKERHUB_PASSWORD_WEAVEWORKSIGNITECI }}
- run: make
env:
GOARCH: amd64
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-os-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: docker/login-action@v1
with:
registry: docker.io
username: ${{ secrets.CR_USER }}
password: ${{ secrets.CR_PAT }}
username: weaveworksigniteci
password: ${{ secrets.DOCKERHUB_PASSWORD_WEAVEWORKSIGNITECI }}
- run: make OP=build build-${{ matrix.what }}
- run: make OP=push build-${{ matrix.what }}
4 changes: 2 additions & 2 deletions .github/workflows/upload-release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: docker.io
username: ${{ secrets.CR_USER }}
password: ${{ secrets.CR_PAT }}
username: weaveworksigniteci
password: ${{ secrets.DOCKERHUB_PASSWORD_WEAVEWORKSIGNITECI }}
- name: Build binaries and push sandbox image
run: make release
- name: Prepare assets
Expand Down

0 comments on commit 29d4a61

Please sign in to comment.