BLOG-36 Fix workflow buildx failed to push #37

Closed
squid wants to merge 2 commits from BLOG-36_fix_buildx_failed_to_push into main
Showing only changes of commit 4c0f154e0f - Show all commits

View File

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