Skip to content

Commit

Permalink
Update windows-runner-docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-flores authored Dec 15, 2022
1 parent 40f2b27 commit 292593e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows-runner-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
working-directory: docker/windows-server-2019
run: |
docker build . --file docker/windows-server-2019/Dockerfile --tag ghcr.io/<REPLACE-ME>/<REPLACE-ME>:windows-2019-runner-deployment
docker build . --tag ghcr.io/<REPLACE-ME>/<REPLACE-ME>:windows-2019-runner-deployment
docker image push ghcr.io/<REPLACE-ME>/<REPLACE-ME>:windows-2019-runner-deployment

0 comments on commit 292593e

Please sign in to comment.