Skip to content

Commit

Permalink
fix github actions to accomodate new folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
lastarc committed Mar 27, 2024
1 parent 94488f6 commit e4c9eb2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@ name: Docker

on:
push:
paths:
- "bot/**"
branches:
- "main"

defaults:
run:
working-directory: "bot"

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: ${{ github.repository }}-bot


jobs:
Expand Down

0 comments on commit e4c9eb2

Please sign in to comment.