Skip to content

Commit b836502

Browse files
committed
fix fips workflow
Signed-off-by: huabing zhao <zhaohuabing@gmail.com>
1 parent 43f292b commit b836502

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)