From 87968876ead7c08591b592f3e957aff8c72a647a Mon Sep 17 00:00:00 2001 From: GersonRS Date: Sun, 15 Feb 2026 12:28:28 -0300 Subject: [PATCH] feat: improvement docker build workflow --- .github/workflows/modules-docker-build-push.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/modules-docker-build-push.yaml b/.github/workflows/modules-docker-build-push.yaml index 8bc577e..03444d3 100644 --- a/.github/workflows/modules-docker-build-push.yaml +++ b/.github/workflows/modules-docker-build-push.yaml @@ -82,6 +82,7 @@ jobs: if: github.event_name != 'pull_request' uses: docker/login-action@v3 with: + registry: ${{ inputs.registry }} username: ${{ secrets.USERNAME }} password: ${{ secrets.TOKEN }} @@ -98,4 +99,6 @@ jobs: labels: ${{ steps.meta.outputs.labels }} annotations: ${{ steps.meta.outputs.annotations }} cache-from: type=gha - cache-to: type=gha,mode=max \ No newline at end of file + cache-to: type=gha,mode=max + build-args: | + DOCKER_METADATA_OUTPUT_JSON