diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 41c96da..ec5ef5d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -73,7 +73,7 @@ jobs: platforms: linux/amd64 push: true tags: | - ghcr.io/openconext/openconext-manage/teams-server:${{ steps.versioncheck.outputs.version } + ghcr.io/openconext/openconext-manage/teams-server:${{ steps.versioncheck.outputs.version }} - name: Build and push the teams gui image uses: docker/build-push-action@v4 @@ -83,5 +83,5 @@ jobs: platforms: linux/amd64 push: true tags: | - ghcr.io/openconext/openconext-manage/teams-gui:${{ steps.versioncheck.outputs.version } + ghcr.io/openconext/openconext-manage/teams-gui:${{ steps.versioncheck.outputs.version }}