We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbeaf10 commit 4830742Copy full SHA for 4830742
.github/workflows/docker-image.yml
@@ -32,7 +32,7 @@ jobs:
32
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
33
run: |
34
dotnet publish -c Release \
35
+ -t:PublishContainer
36
-p:ContainerRegistry=docker.io \
37
-p:ContainerRepository=nihlen/bf2-webadmin \
- -p:ContainerImageTags='"latest;$SHORT_SHA"' \
38
- -p:ContainerPush=true
+ -p:ContainerImageTags='"latest;$SHORT_SHA"'
0 commit comments