Skip to content

Commit

Permalink
Merge pull request #42 from FreakinSoftMania/main
Browse files Browse the repository at this point in the history
Merge changes from main into dev branch
  • Loading branch information
Minionguyjpro authored Jan 22, 2024
2 parents cbd36f2 + fdf5f74 commit 12fa02a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/docker-publish-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ jobs:
with:
cosign-release: 'v1.11.0'


# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
uses: docker/[email protected]

# Login against the Docker registry except on PR
# https://github.com/docker/login-action
- name: Log into registry ${{ env.DOCKER_REGISTRY }}
Expand All @@ -60,7 +55,6 @@ jobs:
registry: ${{ env.DOCKER_REGISTRY }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}


# Login against the GitHub registry except on PR
# https://github.com/docker/login-action
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/winget-submission.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Submit package to Windows Package Manager Community Repository

on:
workflow_dispatch:
release:
types: [published]

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2022
# Sets the maintainer to me, Minionguyjpro!
MAINTAINER Minionguyjpro
# Copies the WinUEFI batch file to the container
COPY ./src/WinUEFI.bat WinUEFI.bat
COPY ./src .
# Runs the WinUEFI batch file
CMD C:\WinUEFI.bat && cmd
CMD ["WinUEFI.bat"]

0 comments on commit 12fa02a

Please sign in to comment.