Skip to content

Commit

Permalink
Fix docker build action context
Browse files Browse the repository at this point in the history
  • Loading branch information
ldeluigi committed Aug 23, 2024
1 parent a52d27e commit 5bf22c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 5bf22c0

Please sign in to comment.