From 863e02f4c3eb13db417d5b15d942d945dd25743a Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Thu, 3 Aug 2023 15:27:43 +0200 Subject: [PATCH 1/5] Update winget-submission.yml --- .github/workflows/winget-submission.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/winget-submission.yml b/.github/workflows/winget-submission.yml index 7007c93..91236aa 100644 --- a/.github/workflows/winget-submission.yml +++ b/.github/workflows/winget-submission.yml @@ -1,6 +1,7 @@ name: Submit package to Windows Package Manager Community Repository on: + workflow_dispatch: release: types: [published] From 6a98e8ce9c359049a50724a613b17cd57b99fd5f Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Thu, 3 Aug 2023 15:48:17 +0200 Subject: [PATCH 2/5] Update WinUEFI-setup.iss --- src/WinUEFI-setup.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WinUEFI-setup.iss b/src/WinUEFI-setup.iss index 3bf0c40..f294a67 100644 --- a/src/WinUEFI-setup.iss +++ b/src/WinUEFI-setup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "WinUEFI" -#define MyAppVersion "1.9.3" +#define MyAppVersion "1.9.4" #define MyAppPublisher "FreakinSoftMania" #define MyAppExeName "WinUEFI.exe" #define MyAppAssocName MyAppName + "" From 92c4e96dc5bcffe3aa16f73698868dae26eb68f2 Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Fri, 4 Aug 2023 11:24:19 +0200 Subject: [PATCH 3/5] Update WinUEFI-setup.iss --- src/WinUEFI-setup.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WinUEFI-setup.iss b/src/WinUEFI-setup.iss index 7a3fa4b..a783b9d 100644 --- a/src/WinUEFI-setup.iss +++ b/src/WinUEFI-setup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "WinUEFI" -#define MyAppVersion "1.9.4" +#define MyAppVersion "1.9.3" #define MyAppPublisher "FreakinSoftMania" #define MyAppExeName "WinUEFI.exe" #define MyAppAssocName MyAppName + "" From 9f701eb08580ded55576169f375d6b14c784c2f9 Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Tue, 12 Dec 2023 19:17:12 +0100 Subject: [PATCH 4/5] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2a902ee..9bd3470 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file +CMD ["WinUEFI.bat"] From fdf5f74bf44be2007addd9f5456e506311a88d25 Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Tue, 12 Dec 2023 19:27:30 +0100 Subject: [PATCH 5/5] Update docker-publish-and-test.yml --- .github/workflows/docker-publish-and-test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/docker-publish-and-test.yml b/.github/workflows/docker-publish-and-test.yml index dcc7ad6..645aa8c 100644 --- a/.github/workflows/docker-publish-and-test.yml +++ b/.github/workflows/docker-publish-and-test.yml @@ -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/setup-buildx-action@v2.5.0 - # Login against the Docker registry except on PR # https://github.com/docker/login-action - name: Log into registry ${{ env.DOCKER_REGISTRY }} @@ -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