Skip to content

Commit 841ec39

Browse files
committed
ci(github-actions): tweak auth flow for GLCR and then some
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
1 parent 33a9364 commit 841ec39

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: docker/login-action@v2
3737
with:
3838
registry: registry.gitlab.com
39-
username: ${{ secrets.RTDEVBOT_GITLAB_REGISTRY_USERNAME }}
39+
username: ${{ secrets.RTDEVBOT_GITLAB_SERVICE_ACCOUNT }}
4040
password: ${{ secrets.RTDEVBOT_GITLAB_REGISTRY_TOKEN }}
4141

4242
- name: Generate metadata for Docker images
@@ -67,7 +67,8 @@ jobs:
6767
platforms: linux/amd64,linux/arm64
6868

6969
production-azure:
70-
name: Dedicated Caddy server on GCP Compute Engine
70+
name: Dedicated Caddy server on Azure VM
71+
needs: [docker-builds]
7172
runs-on: ubuntu-latest
7273
environment:
7374
name: production

0 commit comments

Comments
 (0)