Skip to content

Commit b436150

Browse files
Zalk0dependabot[bot]gylfirstrenovate[bot]
authored
Fix build issue (#193)
* fix: admins of watched guild can sync slash commands (#164) * chore(deps): update packages * feat: allow dependabot to group updates (#166) * chore(deps-dev): update pre-commit requirement (#167) * chore(deps): update sentry-sdk[aiohttp] requirement (#168) * chore(deps): update mkdocs-material requirement (#169) * fix: set context for Docker build in workflow * chore(deps-dev): bump ruff in the dev-dependencies group (#172) * chore(deps): update aiohttp requirement from ~=3.11.16 to ~=3.11.18 (#173) * chore: Configure Renovate and remove Dependabot (#175) * Add renovate.json * feat: configure renovate and delete dependabot.yaml * fix: change group names * fix: force commit format * fix: change branch names * fix: set group slug instead of branch topic * fix: matchPaths does not exist, use matchFileNames --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Zalk0 <[email protected]> * chore(deps-dev): update ruff to v0.11.7 (#179) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps-dev): update pre-commit hook astral-sh/ruff-pre-commit to v0.11.7 (#178) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Ajout d'une commande pour changer la config depuis Discord et une fonctionnalité de backup (#180) * feat: command to update discord.toml config and backup the config * feat: add description to config upload command argument * chore(deps): update Python packages (prod) (#183) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps-dev): update ruff to v0.11.8 (#182) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps-dev): update pre-commit hook astral-sh/ruff-pre-commit to v0.11.8 (#181) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps-docker): update Python Docker tag to v3.13 and update pip in install command (#184) * chore(deps-dev): update ruff to v0.11.10 (#186) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps-dev): update pre-commit hook astral-sh/ruff-pre-commit to v0.11.10 (#185) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update sentry-sdk to ~=2.28.0 (#187) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * feat(docker): set server url in Dockerfile for use in Docker container * fix(renovate): remove PR creation hourly limit * fix: dependabot.yaml recreated after resolving merge conflicts * fix: not throwing the correct error when loading backup config (#191) * fix: add checkout step before building Docker image * chore(deps-ga): update actions/checkout action to v4 (#192) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gylfirst <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 51c7b47 commit b436150

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
username: ${{ secrets.HARBOR_USERNAME }}
2323
password: ${{ secrets.HARBOR_TOKEN }}
2424

25+
- name: Checkout code
26+
uses: actions/checkout@v4
27+
2528
- name: Build and push
2629
uses: docker/build-push-action@v6
2730
with:

0 commit comments

Comments
 (0)