We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43f292b + b836502 commit 61c2893Copy full SHA for 61c2893
1 file changed
.github/workflows/release-fips.yaml
@@ -163,9 +163,9 @@ jobs:
163
if: github.event_name == 'push'
164
uses: docker/login-action@v2
165
with:
166
- registry: docker.cloudsmith.io
167
- username: ${{ secrets.CLOUDSMITH_USERNAME }}
168
- password: ${{ secrets.CLOUDSMITH_SECRET }}
+ registry: fips-containers.teg.tetratelabs.com
+ username: tetrate-ci
+ password: ${{ secrets.TETRATE_CI_CLOUDSMITH_API_KEY}}
169
170
- name: Build and Push TEG Commit Image to Cloudsmith Registry
171
0 commit comments