From 4d303ad04defd104f4fdf772b4bb121701c1ddbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Dec 2020 19:42:00 +0000 Subject: [PATCH 01/14] Bump ini from 1.3.5 to 1.3.8 in /client/azdo-merge-bot Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8) Signed-off-by: dependabot[bot] --- client/azdo-merge-bot/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/azdo-merge-bot/package-lock.json b/client/azdo-merge-bot/package-lock.json index 1e4fb7c..ebd7559 100644 --- a/client/azdo-merge-bot/package-lock.json +++ b/client/azdo-merge-bot/package-lock.json @@ -2496,9 +2496,9 @@ "dev": true }, "ini": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", - "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==", + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", "dev": true }, "interpret": { From cad6b5bd6d48c67af2ef11ffa2fbf97c021b2c4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 20:15:53 +0000 Subject: [PATCH 02/14] Bump elliptic from 6.5.2 to 6.5.4 in /client/azdo-merge-bot Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.4. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.4) Signed-off-by: dependabot[bot] --- client/azdo-merge-bot/package-lock.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/client/azdo-merge-bot/package-lock.json b/client/azdo-merge-bot/package-lock.json index 1e4fb7c..adf5c80 100644 --- a/client/azdo-merge-bot/package-lock.json +++ b/client/azdo-merge-bot/package-lock.json @@ -1539,24 +1539,24 @@ } }, "elliptic": { - "version": "6.5.2", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.2.tgz", - "integrity": "sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==", + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", + "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", "dev": true, "requires": { - "bn.js": "^4.4.0", - "brorand": "^1.0.1", + "bn.js": "^4.11.9", + "brorand": "^1.1.0", "hash.js": "^1.0.0", - "hmac-drbg": "^1.0.0", - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0", - "minimalistic-crypto-utils": "^1.0.0" + "hmac-drbg": "^1.0.1", + "inherits": "^2.0.4", + "minimalistic-assert": "^1.0.1", + "minimalistic-crypto-utils": "^1.0.1" }, "dependencies": { "bn.js": { - "version": "4.11.9", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz", - "integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==", + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", "dev": true } } From 801f393514a52cf8aaabf47dad2f7d54632e4364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 01:20:31 +0000 Subject: [PATCH 03/14] Bump y18n from 4.0.0 to 4.0.1 in /client/azdo-merge-bot Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] --- client/azdo-merge-bot/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/azdo-merge-bot/package-lock.json b/client/azdo-merge-bot/package-lock.json index 1e4fb7c..8789fcb 100644 --- a/client/azdo-merge-bot/package-lock.json +++ b/client/azdo-merge-bot/package-lock.json @@ -5710,9 +5710,9 @@ "dev": true }, "y18n": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", - "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz", + "integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==", "dev": true }, "yallist": { From 483b4189d5714294a57e308bafd31214dbff3825 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 18:27:15 +0000 Subject: [PATCH 04/14] Bump ssri from 6.0.1 to 6.0.2 in /client/azdo-merge-bot Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/npm/ssri/releases) - [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md) - [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2) Signed-off-by: dependabot[bot] --- client/azdo-merge-bot/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/azdo-merge-bot/package-lock.json b/client/azdo-merge-bot/package-lock.json index 1e4fb7c..2300f62 100644 --- a/client/azdo-merge-bot/package-lock.json +++ b/client/azdo-merge-bot/package-lock.json @@ -4613,9 +4613,9 @@ } }, "ssri": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.1.tgz", - "integrity": "sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.2.tgz", + "integrity": "sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==", "dev": true, "requires": { "figgy-pudding": "^3.5.1" From 55d96d0ee15ae5bd1e1fa537f5b864e74140b9c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 16:01:27 +0000 Subject: [PATCH 05/14] Bump lodash from 4.17.19 to 4.17.21 in /client/azdo-merge-bot Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21) Signed-off-by: dependabot[bot] --- client/azdo-merge-bot/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/azdo-merge-bot/package-lock.json b/client/azdo-merge-bot/package-lock.json index 1e4fb7c..c55227b 100644 --- a/client/azdo-merge-bot/package-lock.json +++ b/client/azdo-merge-bot/package-lock.json @@ -2870,9 +2870,9 @@ } }, "lodash": { - "version": "4.17.19", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", - "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==", + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, "loose-envify": { From 733523b55e7a5f5b130efeda95f50a8cb38dc189 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 19:02:48 +0000 Subject: [PATCH 06/14] Bump hosted-git-info from 2.8.8 to 2.8.9 in /client/azdo-merge-bot Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9) Signed-off-by: dependabot[bot] --- client/azdo-merge-bot/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/azdo-merge-bot/package-lock.json b/client/azdo-merge-bot/package-lock.json index 1e4fb7c..3880435 100644 --- a/client/azdo-merge-bot/package-lock.json +++ b/client/azdo-merge-bot/package-lock.json @@ -2393,9 +2393,9 @@ } }, "hosted-git-info": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz", - "integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==", + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", "dev": true }, "http-signature": { From 6b7fd70e5100874043a59fd9672cdf3ddf624778 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 04:22:06 +0000 Subject: [PATCH 07/14] Bump postcss from 7.0.31 to 7.0.36 in /client/azdo-merge-bot Bumps [postcss](https://github.com/postcss/postcss) from 7.0.31 to 7.0.36. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/7.0.31...7.0.36) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by: dependabot[bot] --- client/azdo-merge-bot/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/azdo-merge-bot/package-lock.json b/client/azdo-merge-bot/package-lock.json index 1e4fb7c..ab13b9b 100644 --- a/client/azdo-merge-bot/package-lock.json +++ b/client/azdo-merge-bot/package-lock.json @@ -3718,9 +3718,9 @@ "dev": true }, "postcss": { - "version": "7.0.31", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.31.tgz", - "integrity": "sha512-a937VDHE1ftkjk+8/7nj/mrjtmkn69xxzJgRETXdAUU+IgOYPQNJF17haGWbeDxSyk++HA14UA98FurvPyBJOA==", + "version": "7.0.36", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz", + "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==", "dev": true, "requires": { "chalk": "^2.4.2", From 0ad9a24ec31ae7c02c7ef060684f75824b4923d0 Mon Sep 17 00:00:00 2001 From: Bo Biene <23037659+BoBiene@users.noreply.github.com> Date: Fri, 16 Jul 2021 09:13:20 +0200 Subject: [PATCH 08/14] Create docker-image.yml --- .github/workflows/docker-image.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/workflows/docker-image.yml diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml new file mode 100644 index 0000000..216886e --- /dev/null +++ b/.github/workflows/docker-image.yml @@ -0,0 +1,30 @@ +name: Docker Image CI + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + + build: + + runs-on: ubuntu-latest + + steps: + - name: Login to GitHub Container Registry + uses: docker/login-action@v1 + with: + registry: ghcr.io + username: ${{ github.repository_owner }} + password: ${{ secrets.GITHUB_TOKEN }} + - uses: actions/checkout@v2 + - name: Build and Push Docker Image + uses: docker/build-push-action@v2 + with: + push: true # Will only build if this is not here + tags: | + ghcr.io/${{ github.repository }}:${{ github.ref }} + ghcr.io/${{ github.repository }}:latest + From c9123c29425dc9e3006681e018ee8049e4caad5c Mon Sep 17 00:00:00 2001 From: Bo Biene <23037659+BoBiene@users.noreply.github.com> Date: Fri, 16 Jul 2021 09:14:28 +0200 Subject: [PATCH 09/14] Update Dependencies and add Dockerfile --- server/.dockerignore | 25 +++++++++++++++++++ server/src/MergeBot/Dockerfile | 21 ++++++++++++++++ server/src/MergeBot/MergeBot.csproj | 11 +++++--- .../MergeBot/Properties/launchSettings.json | 18 ++++++++----- 4 files changed, 65 insertions(+), 10 deletions(-) create mode 100644 server/.dockerignore create mode 100644 server/src/MergeBot/Dockerfile diff --git a/server/.dockerignore b/server/.dockerignore new file mode 100644 index 0000000..3729ff0 --- /dev/null +++ b/server/.dockerignore @@ -0,0 +1,25 @@ +**/.classpath +**/.dockerignore +**/.env +**/.git +**/.gitignore +**/.project +**/.settings +**/.toolstarget +**/.vs +**/.vscode +**/*.*proj.user +**/*.dbmdl +**/*.jfm +**/azds.yaml +**/bin +**/charts +**/docker-compose* +**/Dockerfile* +**/node_modules +**/npm-debug.log +**/obj +**/secrets.dev.yaml +**/values.dev.yaml +LICENSE +README.md \ No newline at end of file diff --git a/server/src/MergeBot/Dockerfile b/server/src/MergeBot/Dockerfile new file mode 100644 index 0000000..536cdfb --- /dev/null +++ b/server/src/MergeBot/Dockerfile @@ -0,0 +1,21 @@ +#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging. + +FROM mcr.microsoft.com/dotnet/aspnet:3.1 AS base +WORKDIR /app +EXPOSE 80 + +FROM mcr.microsoft.com/dotnet/sdk:3.1 AS build +WORKDIR /src +COPY ["src/MergeBot/MergeBot.csproj", "src/MergeBot/"] +RUN dotnet restore "src/MergeBot/MergeBot.csproj" +COPY . . +WORKDIR "/src/src/MergeBot" +RUN dotnet build "MergeBot.csproj" -c Release -o /app/build + +FROM build AS publish +RUN dotnet publish "MergeBot.csproj" -c Release -o /app/publish + +FROM base AS final +WORKDIR /app +COPY --from=publish /app/publish . +ENTRYPOINT ["dotnet", "MergeBot.dll"] \ No newline at end of file diff --git a/server/src/MergeBot/MergeBot.csproj b/server/src/MergeBot/MergeBot.csproj index 133ebe1..b6e26a0 100644 --- a/server/src/MergeBot/MergeBot.csproj +++ b/server/src/MergeBot/MergeBot.csproj @@ -3,15 +3,18 @@ netcoreapp3.1 enable + Linux + ..\.. - + + - + - - + + diff --git a/server/src/MergeBot/Properties/launchSettings.json b/server/src/MergeBot/Properties/launchSettings.json index 2332646..bf2c002 100644 --- a/server/src/MergeBot/Properties/launchSettings.json +++ b/server/src/MergeBot/Properties/launchSettings.json @@ -1,7 +1,7 @@ -{ +{ "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, + "windowsAuthentication": false, + "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:29088", "sslPort": 0 @@ -18,10 +18,16 @@ "MergeBot": { "commandName": "Project", "launchBrowser": true, - "applicationUrl": "http://localhost:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" - } + }, + "applicationUrl": "http://localhost:5000" + }, + "Docker": { + "commandName": "Docker", + "launchBrowser": true, + "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}", + "publishAllPorts": true } } -} +} \ No newline at end of file From 4450a6bbfaf1cd43042e90db3c36b1e1e9a7a007 Mon Sep 17 00:00:00 2001 From: Bo Biene <23037659+BoBiene@users.noreply.github.com> Date: Fri, 16 Jul 2021 09:20:56 +0200 Subject: [PATCH 10/14] Update docker-image.yml --- .github/workflows/docker-image.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 216886e..b309b37 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -13,6 +13,10 @@ jobs: runs-on: ubuntu-latest steps: + - name: Get the version + if: startsWith(github.ref, 'refs/tags/') + id: get_version + run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/} - name: Login to GitHub Container Registry uses: docker/login-action@v1 with: @@ -25,6 +29,6 @@ jobs: with: push: true # Will only build if this is not here tags: | - ghcr.io/${{ github.repository }}:${{ github.ref }} + ghcr.io/${{ github.repository }}:${{ steps.get_version.outputs.VERSION }} ghcr.io/${{ github.repository }}:latest From 050721f4d6040c384f1c2ca7b69e732b177ee597 Mon Sep 17 00:00:00 2001 From: Bo Biene <23037659+BoBiene@users.noreply.github.com> Date: Fri, 16 Jul 2021 09:34:44 +0200 Subject: [PATCH 11/14] Update docker-image.yml --- .github/workflows/docker-image.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index b309b37..c5ea18f 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -13,10 +13,9 @@ jobs: runs-on: ubuntu-latest steps: - - name: Get the version - if: startsWith(github.ref, 'refs/tags/') + - name: Get the tags version id: get_version - run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/} + run: echo ::set-output name=VERSION::${GITHUB_REF##*/} - name: Login to GitHub Container Registry uses: docker/login-action@v1 with: From c5f729029db8a3a225c979cdf6f194f95e1e11eb Mon Sep 17 00:00:00 2001 From: Bo Biene <23037659+BoBiene@users.noreply.github.com> Date: Fri, 16 Jul 2021 10:29:35 +0200 Subject: [PATCH 12/14] Update docker-image.yml --- .github/workflows/docker-image.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index c5ea18f..1bc995f 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -16,6 +16,11 @@ jobs: - name: Get the tags version id: get_version run: echo ::set-output name=VERSION::${GITHUB_REF##*/} + - name: Get the repo name (lower case) + id: get_repo + uses: ASzc/change-string-case-action@v1 + with: + string: ${{ github.repository }} - name: Login to GitHub Container Registry uses: docker/login-action@v1 with: @@ -28,6 +33,5 @@ jobs: with: push: true # Will only build if this is not here tags: | - ghcr.io/${{ github.repository }}:${{ steps.get_version.outputs.VERSION }} - ghcr.io/${{ github.repository }}:latest - + ghcr.io/${{ steps.get_repo.outputs.lowercase }}:${{ steps.get_version.outputs.VERSION }} + ghcr.io/${{ steps.get_repo.outputs.lowercase }}:latest From c200a5638d458e7187cfc88e4fc97ddd66cbf483 Mon Sep 17 00:00:00 2001 From: Bo Biene <23037659+BoBiene@users.noreply.github.com> Date: Fri, 16 Jul 2021 10:33:27 +0200 Subject: [PATCH 13/14] Update docker-image.yml --- .github/workflows/docker-image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 1bc995f..e7bd693 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -32,6 +32,7 @@ jobs: uses: docker/build-push-action@v2 with: push: true # Will only build if this is not here + file: server/src/MergeBot/Dockerfile tags: | ghcr.io/${{ steps.get_repo.outputs.lowercase }}:${{ steps.get_version.outputs.VERSION }} ghcr.io/${{ steps.get_repo.outputs.lowercase }}:latest From ce8d8be536e8666d42c7cb0eeaed8cb4f1f97a2b Mon Sep 17 00:00:00 2001 From: Bo Biene <23037659+BoBiene@users.noreply.github.com> Date: Fri, 16 Jul 2021 10:36:39 +0200 Subject: [PATCH 14/14] Update docker-image.yml --- .github/workflows/docker-image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index e7bd693..8b8297a 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -33,6 +33,7 @@ jobs: with: push: true # Will only build if this is not here file: server/src/MergeBot/Dockerfile + context: server/ tags: | ghcr.io/${{ steps.get_repo.outputs.lowercase }}:${{ steps.get_version.outputs.VERSION }} ghcr.io/${{ steps.get_repo.outputs.lowercase }}:latest