Skip to content

Commit

Permalink
fix fips workflow
Browse files Browse the repository at this point in the history
Signed-off-by: huabing zhao <[email protected]>
  • Loading branch information
zhaohuabing committed May 10, 2024
1 parent 43f292b commit b836502
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-fips.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ jobs:
if: github.event_name == 'push'
uses: docker/login-action@v2
with:
registry: docker.cloudsmith.io
username: ${{ secrets.CLOUDSMITH_USERNAME }}
password: ${{ secrets.CLOUDSMITH_SECRET }}
registry: fips-containers.teg.tetratelabs.com
username: tetrate-ci
password: ${{ secrets.TETRATE_CI_CLOUDSMITH_API_KEY}}

- name: Build and Push TEG Commit Image to Cloudsmith Registry
if: github.event_name == 'push'
Expand Down

0 comments on commit b836502

Please sign in to comment.