diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index a39bbdbe0..899499da5 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -52,7 +52,7 @@ jobs: with: push: ${{ inputs.publish }} file: ${{ matrix.folder }}/Dockerfile - tags: waltid/${{ matrix.image }}:${{ inputs.tag }} + tags: waltid/${{ matrix.image }}:${{ inputs.tag }}, waltid/${{ matrix.image }}:${{ inputs.version }} outputs: type=docker,dest=${{ runner.temp }}/${{ matrix.image }}.tar - name: Upload artifact if: ${{ inputs.artifact == '' }}