Skip to content

Commit

Permalink
Try to fix UEFS container publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
hach-que committed Oct 31, 2024
1 parent 4c6552c commit 4e9ccf5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/uet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -830,10 +830,10 @@ jobs:
shell: pwsh
run: |
docker buildx create --name img-builder --use --platform windows/amd64
docker buildx build --platform windows/amd64 --output=type=docker -f UET/Lib/Uefs/Kubernetes/Dockerfile -t "ghcr.io/RedpointGames/uet/uefs:$UET_PACKAGE_VERSION" .
docker buildx build --platform windows/amd64 --output=type=docker -f UET/Lib/Uefs/Kubernetes/Dockerfile -t "ghcr.io/RedpointGames/uet/uefs:latest" .
docker buildx build --platform windows/amd64 --output=type=docker -f UET/Lib/Uefs/Kubernetes/Dockerfile -t "ghcr.io/redpointgames/uet/uefs:${env:UET_PACKAGE_VERSION}" .
docker buildx build --platform windows/amd64 --output=type=docker -f UET/Lib/Uefs/Kubernetes/Dockerfile -t "ghcr.io/redpointgames/uet/uefs:latest" .
- name: Publish UEFS Container
shell: pwsh
run: |
docker push ghcr.io/RedpointGames/uet/uefs:$UET_PACKAGE_VERSION
docker push ghcr.io/RedpointGames/uet/uefs:latest
docker push ghcr.io/redpointgames/uet/uefs:${env:UET_PACKAGE_VERSION}
docker push ghcr.io/redpointgames/uet/uefs:latest

0 comments on commit 4e9ccf5

Please sign in to comment.