We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d77220a commit 6c241bbCopy full SHA for 6c241bb
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
run: dotnet test --no-build --configuration=Release --verbosity normal
45
46
- 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}}
+ 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}}
48
49
- name: Log in to Docker Hub
50
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
0 commit comments