File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ jobs:
2828 run : |
2929 poetry run exaslct push-test-container --source-docker-username "$SECRET_DOCKER_USER_NAME" --target-docker-username "$SECRET_DOCKER_USER_NAME" --force-push true
3030 env : # Set the secret as an input
31- SECRET_DOCKER_USER_NAME : ${{ secrets.DOCKER_USERNAME }}
32- TARGET_DOCKER_PASSWORD : ${{ secrets.DOCKER_PASSWORD }}
33- SOURCE_DOCKER_PASSWORD : ${{ secrets.DOCKER_PASSWORD }}
31+ SECRET_DOCKER_USER_NAME : ${{ secrets.CI4_DOCKERHUB_USERNAME }}
32+ TARGET_DOCKER_PASSWORD : ${{ secrets.CI4_DOCKERHUB_TOKEN }}
33+ SOURCE_DOCKER_PASSWORD : ${{ secrets.CI4_DOCKERHUB_TOKEN }}
3434 - name : Push ci-release-test TestContainer image
3535 if : ${{ (github.ref != 'refs/heads/master') && (github.ref != 'refs/heads/main') }}
3636 run : |
3737 poetry run exaslct push-test-container --source-docker-username "$SECRET_DOCKER_USER_NAME" --target-docker-username "$SECRET_DOCKER_USER_NAME" --force-push true --source-docker-tag-prefix ci_release_test --target-docker-tag-prefix ci_release_test
3838 env : # Set the secret as an input
39- SECRET_DOCKER_USER_NAME : ${{ secrets.DOCKER_USERNAME }}
40- TARGET_DOCKER_PASSWORD : ${{ secrets.DOCKER_PASSWORD }}
41- SOURCE_DOCKER_PASSWORD : ${{ secrets.DOCKER_PASSWORD }}
39+ SECRET_DOCKER_USER_NAME : ${{ secrets.CI4_DOCKERHUB_USERNAME }}
40+ TARGET_DOCKER_PASSWORD : ${{ secrets.CI4_DOCKERHUB_TOKEN }}
41+ SOURCE_DOCKER_PASSWORD : ${{ secrets.CI4_DOCKERHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ This release uses version 3.4.1 of the container tool.
4141 - #1313 : Switched slack channel for update trivy cache workflow notification
4242 - #1324 : Updated slc-ci-setup
4343 - #1330 : Ignored Python module 'google_crc32c._ crc32c' in import test
44+ - #1361 : Updatde docker token for push test container image
4445
4546## Dependencies
4647
You can’t perform that action at this time.
0 commit comments