From 601f46bfd9dc46186815c0ecd6e4b6a963621237 Mon Sep 17 00:00:00 2001 From: Joe Martin Date: Tue, 26 Nov 2024 18:30:53 -0800 Subject: [PATCH] jfrog? --- .github/workflows/build-docker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 5922ee0..6823f80 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -142,9 +142,9 @@ jobs: - name: Publish Build Info if: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/'))) run: | - jfrog rt build-collect-env "${{ env.JFROG_CLI_BUILD_NAME }}-container" "${{ env.VERSION }}" - jfrog rt build-add-git "${{ env.JFROG_CLI_BUILD_NAME }}-container" "${{ env.VERSION }}" - jfrog rt build-add-dependencies "${{ env.JFROG_CLI_BUILD_NAME }}-container" "${{ env.VERSION }}" + jf rt build-collect-env "${{ env.JFROG_CLI_BUILD_NAME }}-container" "${{ env.VERSION }}" + jf rt build-add-git "${{ env.JFROG_CLI_BUILD_NAME }}-container" "${{ env.VERSION }}" + jf rt build-add-dependencies "${{ env.JFROG_CLI_BUILD_NAME }}-container" "${{ env.VERSION }}" jf rt build-publish \ --detailed-summary \