Skip to content

Commit 6c241bb

Browse files
authored
Update ci.yml
1 parent d77220a commit 6c241bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: dotnet test --no-build --configuration=Release --verbosity normal
4545

4646
- name: Build the Docker image
47-
run: docker build . --file Dockerfile --tag awaescher/maxpower:${{steps.gitversion.outputs.semVer}} --tag awaescher/maxpower:latest --build-arg SEMVERSION=${{steps.gitversion.outputs.semVer}}
47+
run: docker build . --file Dockerfile --tag awaescher/maxpower:${{steps.gitversion.outputs.semVer}} --tag awaescher/maxpower:latest --build-arg SEMVERSION=${{steps.gitversion.outputs.FullSemVer}} --build-arg ASSEMBLYSEMVERSION=${{steps.gitversion.outputs.AssemblySemVer}}
4848

4949
- name: Log in to Docker Hub
5050
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a

0 commit comments

Comments
 (0)