BLOG-9 Automatical deployment #33

Merged
zoe merged 3 commits from BLOG-9_automatical_deployment into main 2025-01-25 00:03:55 +08:00
Showing only changes of commit 290050700d - Show all commits

View File

@ -20,7 +20,7 @@ jobs:
- name: Build image and push to registry - name: Build image and push to registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ${{ vars.REGISTRY}} registry: ${{ vars.REGISTRY }}
zoe marked this conversation as resolved Outdated
Outdated
Review

Missing a space

          registry: ${{ vars.REGISTRY }}
Missing a space ```suggestion registry: ${{ vars.REGISTRY }} ```
Outdated
Review

Addressed in 290050700d

Addressed in 290050700d1c98790d019b5f5be92865888d88b2
username: ${{ vars.REGISTRY_USERNAME }} username: ${{ vars.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }} password: ${{ secrets.REGISTRY_PASSWORD }}