Skip to content

Commit 61c2893

Browse files
authored
Merge pull request #30 from tetrateio/fix-fips-build
fix fips workflow
2 parents 43f292b + b836502 commit 61c2893

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-fips.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@ jobs:
163163
if: github.event_name == 'push'
164164
uses: docker/login-action@v2
165165
with:
166-
registry: docker.cloudsmith.io
167-
username: ${{ secrets.CLOUDSMITH_USERNAME }}
168-
password: ${{ secrets.CLOUDSMITH_SECRET }}
166+
registry: fips-containers.teg.tetratelabs.com
167+
username: tetrate-ci
168+
password: ${{ secrets.TETRATE_CI_CLOUDSMITH_API_KEY}}
169169

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

0 commit comments

Comments
 (0)