diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index ed7ed75..fe86eb4 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -52,7 +52,7 @@ jobs: # Build com cache de registry (MUITO MAIS RÁPIDO!) - name: Build and push Docker image - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f with: context: library-api # ← contexto aponta para library-api/ file: library-api/Dockerfile # ← Dockerfile dentro de library-api/ @@ -144,7 +144,7 @@ jobs: type=raw,value=latest,enable={{is_default_branch}} - name: Build and push - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f with: context: ${{ matrix.service }} file: ${{ matrix.service }}/Dockerfile