From 5bf22c045ef20055347581c511557d6a54a5317e Mon Sep 17 00:00:00 2001 From: ldeluigi <44567586+ldeluigi@users.noreply.github.com> Date: Fri, 23 Aug 2024 13:31:29 +0200 Subject: [PATCH] Fix docker build action context --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b08a1382..e0040546 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,7 @@ jobs: push: false load: true file: backend/Dockerfile + context: . tags: spellbook-backend:latest target: production build-args: VERSION=${{ steps.semver.outputs.version }} @@ -477,6 +478,7 @@ jobs: push: false load: true file: bot/discord/Dockerfile + context: . tags: spellbook-discord-bot:latest outputs: type=docker,dest=/tmp/spellbook-discord-bot.tar @@ -507,6 +509,7 @@ jobs: push: false load: true file: bot/reddit/Dockerfile + context: . tags: spellbook-reddit-bot:latest outputs: type=docker,dest=/tmp/spellbook-reddit-bot.tar @@ -537,6 +540,7 @@ jobs: push: false load: true file: bot/telegram/Dockerfile + context: . tags: spellbook-telegram-bot:latest outputs: type=docker,dest=/tmp/spellbook-telegram-bot.tar