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