From e7e7e3893cc71971fce93349517f2950b6ddfa29 Mon Sep 17 00:00:00 2001 From: Sophie Depassio Date: Tue, 6 Feb 2024 11:17:52 +0100 Subject: [PATCH] fix --- .github/workflows/zmq-lib.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/zmq-lib.yml b/.github/workflows/zmq-lib.yml index 72728b6ecd1..299e5d59c00 100644 --- a/.github/workflows/zmq-lib.yml +++ b/.github/workflows/zmq-lib.yml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-22.04 container: - image: ${{ vars.DOCKER_INTERNAL_REGISTRY_URL }}/${{ matrix.image }}:${{ needs.get-version.outputs.major_version }} + image: ${{ vars.DOCKER_INTERNAL_REGISTRY_URL }}/${{ matrix.image }}:${{ needs.get-version.outputs.version }} credentials: username: ${{ secrets.DOCKER_REGISTRY_ID }} password: ${{ secrets.DOCKER_REGISTRY_PASSWD }} @@ -82,7 +82,7 @@ jobs: runs-on: ubuntu-22.04 container: - image: ${{ vars.DOCKER_INTERNAL_REGISTRY_URL }}/${{ matrix.image }}:${{ needs.get-version.outputs.major_version }} + image: ${{ vars.DOCKER_INTERNAL_REGISTRY_URL }}/${{ matrix.image }}:${{ needs.get-version.outputs.version }} credentials: username: ${{ secrets.DOCKER_REGISTRY_ID }} password: ${{ secrets.DOCKER_REGISTRY_PASSWD }} @@ -171,4 +171,5 @@ jobs: major_version: ${{ needs.get-version.outputs.version }} minor_version: ${{ needs.get-version.outputs.patch }} stability: ${{ needs.get-version.outputs.stability }} + repository_name: standard github_base_ref: ${{ github.base_ref }}