Skip to content

Commit

Permalink
trying again
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaddell committed Dec 3, 2023
1 parent a9c31a6 commit 3c6ad58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
working-directory: .
run: |
docker login -u $env:USER -p $env:TOKEN $env:REGISTRY
docker build 'SQLCOLLATION=$Collation' 'SHARE_PASSWORD="A.794613"' .
docker image push pangaeatech/mssql-server-ltsc2022:latest
docker build -t "pangaeatech/mssql-server-ltsc2022:latest" .
docker image push "pangaeatech/mssql-server-ltsc2022:latest"
docker logout
env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 3c6ad58

Please sign in to comment.