BLOG-36 Fix workflow buildx failed to push #38

Merged
zoe merged 2 commits from BLOG-36_fix_buildx_failed_to_push into release/0.1 2025-01-28 13:23:46 +08:00
Showing only changes of commit 4c0f154e0f - Show all commits

View File

@ -17,7 +17,7 @@ jobs:
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- name: Build image and push to registry - name: Login to registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ${{ vars.REGISTRY }} registry: ${{ vars.REGISTRY }}