Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitjano committed May 13, 2024
1 parent 46b4acb commit 302848d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab/pipeline/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ build:windows:
- docker login -u $env:CI_REGISTRY_USER -p $env:CI_REGISTRY_PASSWORD $env:CI_REGISTRY
script:
- (docker pull $env:CI_REGISTRY_IMAGE:latest) -or (1 -eq 1)
- echo $env:CI_REGISTRY_IMAGE:latest
- echo $env:CI_REGISTRY_IMAGE:$env":"CI_COMMIT_SHA
- docker build
--pull
--cache-from $env:CI_REGISTRY_IMAGE:latest
--tag $env:CI_REGISTRY_IMAGE:$env:CI_COMMIT_SHA
--tag $env:CI_REGISTRY_IMAGE:$env":"CI_COMMIT_SHA
-f Dockerfile.windows
.
- docker push $env:CI_REGISTRY_IMAGE:$env:CI_COMMIT_SHA
Expand Down

0 comments on commit 302848d

Please sign in to comment.