Skip to content

Commit

Permalink
Fix build-arg and tag
Browse files Browse the repository at this point in the history
Signed-off-by: Byron Ruth <[email protected]>
  • Loading branch information
bruth committed Feb 10, 2024
1 parent 195cd58 commit e435104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
- name: nanoserver-1809
run: |
docker build `
--build-arg "BASE_IMAGE=${{ env.IMAGE_NAME }}:${{ github.ref_name }}-nanoserver-1809" `
--tag "${{ env.IMAGE_NAME }}:${{ github.ref_name }}-windowsservercore-1809" `
--build-arg "BASE_IMAGE=${{ env.IMAGE_NAME }}:${{ github.ref_name }}-windowsservercore-1809" `
--tag "${{ env.IMAGE_NAME }}:${{ github.ref_name }}-nanoserver-1809" `
./2.10.x/nanoserver-1809
docker push "${{ env.IMAGE_NAME }}:${{ github.ref_name }}-nanoserver-1809"

0 comments on commit e435104

Please sign in to comment.