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 }}
username: ${{ vars.REGISTRY_USERNAME }} username: ${{ vars.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }} password: ${{ secrets.REGISTRY_PASSWORD }}