diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index e0cd210..04b2586 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -23,6 +23,13 @@ jobs: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} + - name: Install GitVersion + uses: gittools/actions/gitversion/setup@v0.10.2 + with: + versionSpec: "5.x" + - name: Determine Version + id: gitversion + uses: gittools/actions/gitversion/execute@v0.10.2 - name: Extract metadata (tags, labels) for Docker id: meta uses: docker/metadata-action@v5 @@ -35,6 +42,6 @@ jobs: with: context: . push: true - file: API\DoorRequest.API\Dockerfile + file: HaSpMan.Web.Dockerfile tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}