From 2306fa440ed185cac2761fff2d71ba701c1ac97a Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Tue, 29 Apr 2025 07:59:23 -0700 Subject: [PATCH] switching to soleng --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 2fde2cc83..af4a9dec9 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -96,7 +96,7 @@ jobs: ################################################# - name: Push Docker Image to Artifactory run: | - jf rt docker push \ + docker push \ jesseh.jfrog.io/jesseh-docker-dev-local/spring-petclinic:${{ github.run_id }} \ jesseh-docker-dev-local \ --build-name="spring-petclinic" \