Skip to content

Commit 4830742

Browse files
authored
Publish container?
1 parent fbeaf10 commit 4830742

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
3333
run: |
3434
dotnet publish -c Release \
35+
-t:PublishContainer
3536
-p:ContainerRegistry=docker.io \
3637
-p:ContainerRepository=nihlen/bf2-webadmin \
37-
-p:ContainerImageTags='"latest;$SHORT_SHA"' \
38-
-p:ContainerPush=true
38+
-p:ContainerImageTags='"latest;$SHORT_SHA"'

0 commit comments

Comments
 (0)