From 808fbd4550bff72702b6237118308dc5cf56a943 Mon Sep 17 00:00:00 2001 From: Michael Schulte <65006436+mschulte-tsi@users.noreply.github.com> Date: Fri, 25 Jun 2021 14:43:42 +0200 Subject: [PATCH] Update ci-main.yml --- .github/workflows/ci-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index e09a14c..d2c7fa5 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -61,7 +61,7 @@ jobs: - name: docker push trusted run: | echo ${TRUSTED_TOKEN} | docker login ${TRUSTED_URL} -u ${TRUSTED_USER} --password-stdin - docker push ${TRUSTED_URL}/${TRUSTED_REPOSITORY}/${ARTIFACT_ID}:${APP_VERSION} + docker push ${TRUSTED_URL}/${TRUSTED_REPOSITORY}/cwa-dcc-rules:${APP_VERSION} env: TRUSTED_KEY: ${{ secrets.TRUSTED_KEY }} TRUSTED_URL: ${{ secrets.TRUSTED_URL }}