diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 059891ab..07dceeb0 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -73,8 +73,8 @@ jobs: build-args: | BUILDKIT_CONTEXT_KEEP_GIT_DIR=1 tags: | - ${{ env.REGISTRY }}/${{ matrix.image }}:${{steps.git-branch.outputs.git-branch}} + ${{ env.REGISTRY }}/${{ matrix.image }}:${{steps.git-branch.outputs.git-branch}}-${{steps.git-branch.outputs.git-version}} - name: Test ${{ matrix.name }} run: | - docker pull ${{ env.REGISTRY }}/${{ matrix.image}}:${{steps.git-branch.outputs.git-branch}} - docker image inspect ${{ env.REGISTRY }}/${{ matrix.image}}:${{steps.git-branch.outputs.git-branch}} + docker pull ${{ env.REGISTRY }}/${{ matrix.image}}:${{steps.git-branch.outputs.git-branch}}-${{steps.git-branch.outputs.git-version}} + docker image inspect ${{ env.REGISTRY }}/${{ matrix.image}}:${{steps.git-branch.outputs.git-branch}}-${{steps.git-branch.outputs.git-version}}