From 46dde851d1b439be5f3b4bb63438653a1c48fea9 Mon Sep 17 00:00:00 2001 From: AntiD2ta Date: Fri, 25 Oct 2024 16:19:09 +0200 Subject: [PATCH] ci: update login credentials BREAKING CHANGE: --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index deb91e4..16ddef1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: | @@ -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