Skip to content

Commit

Permalink
Merge pull request #30 from tetrateio/fix-fips-build
Browse files Browse the repository at this point in the history
fix fips workflow
  • Loading branch information
arkodg authored May 10, 2024
2 parents 43f292b + b836502 commit 61c2893
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 61c2893

Please sign in to comment.