Skip to content

Commit

Permalink
Remove wd for login
Browse files Browse the repository at this point in the history
  • Loading branch information
sixeyed committed Dec 30, 2024
1 parent 22eb71c commit 96d2ce8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/images-windows-ltsc2019.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
steps:

- name: Docker Hub login
working-directory: build
shell: pwsh
run: |
docker login -u $env:USER -p $env:TOKEN
env:
USER: ${{ secrets.DOCKER_HUB_USERNAME }}
TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

- uses: actions/checkout@master
- name: Checkout
uses: actions/checkout@master

- name: Build Git Windows image
uses: ./.github/actions/build
Expand Down

0 comments on commit 96d2ce8

Please sign in to comment.