We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43f292b commit b836502Copy full SHA for b836502
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