Skip to content

Commit

Permalink
ci: update login credentials
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
  • Loading branch information
AntiD2ta committed Oct 25, 2024
1 parent 58937ff commit 46dde85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- name: Install commitizen
run: pip install commitizen

# For the first time, you have to run cz bump manually
- name: Bump version
id: bump_version
run: |
Expand Down Expand Up @@ -99,7 +100,7 @@ jobs:

- name: Login to registry
run: |
docker login ${{ env.DOCKER_REGISTRY }} -u ${{ secrets.ARTIFACTORY_ANGKOR_USERNAME }} -p ${{ secrets.ARTIFACTORY_ANGKOR_TOKEN_CONTRIBUTOR }}
docker login ${{ env.DOCKER_REGISTRY }} -u ${{ secrets.ARTIFACTORY_ANGKOR_USERNAME }} -p ${{ secrets.ARTIFACTORY_ANGKOR_TOKEN_DEVELOPER }}
- name: Build and Push
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 46dde85

Please sign in to comment.