We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c29b5 commit 2a43ecaCopy full SHA for 2a43eca
.github/workflows/dotnet.yml
@@ -14,6 +14,7 @@ on:
14
15
env:
16
DOTNET_VERSION: 8.0.x
17
+ PACKAGE_NAME: nanotaboada/dotnet-samples-aspnetcore-webapi
18
19
jobs:
20
build:
@@ -133,6 +134,6 @@ jobs:
133
134
context: .
135
push: true
136
tags: |
- ghcr.io/${{ github.repository }}:latest
137
- ghcr.io/${{ github.repository }}:main
138
- ghcr.io/${{ github.repository }}:sha-${{ github.sha }}
+ ghcr.io/${{ env.PACKAGE_NAME }}:latest
+ ghcr.io/${{ env.PACKAGE_NAME }}:main
139
+ ghcr.io/${{ env.PACKAGE_NAME }}:sha-${{ github.sha }}
0 commit comments