Skip to content

Commit

Permalink
Update .github-ci.yaml
Browse files Browse the repository at this point in the history
MicheleSica authored Sep 27, 2024
1 parent fa72cf2 commit a7c82f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.github-ci.yaml
Original file line number Diff line number Diff line change
@@ -90,5 +90,5 @@ jobs:
APP_NAME="application-hub-context"
APP_VERSION="1.6.2"
tag="${APP_NAME}:${APP_VERSION}"
docker push "${{ secrets.CR_REGISTRY }}/${{ secrets.CR_REPO }}/${tag}"
docker push "${{ secrets.CR_REGISTRY }}"/"${{ secrets.CR_REPO }}"/${tag}

0 comments on commit a7c82f1

Please sign in to comment.