Skip to content

Commit

Permalink
Renovate & CI
Browse files Browse the repository at this point in the history
  • Loading branch information
olevitt committed Mar 29, 2024
1 parent f80f42f commit dc4b705
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: docker_meta
uses: crazy-max/[email protected]
with:
images: estragonthecat/onyxia-api
images: inseefrlab/gonyxia-api
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand All @@ -41,7 +41,7 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: |
${{ steps.docker_meta.outputs.tags }}
${{ github.ref == 'refs/heads/main' && 'estragonthecat/onyxia-api:latest' || '' }}
${{ github.ref == 'refs/heads/main' && 'inseefrlab/gonyxia-api:latest' || '' }}
labels: ${{ steps.docker_meta.outputs.labels }}
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":disableDependencyDashboard"],
"prHourlyLimit": 30,
"prConcurrentLimit": 100
}

0 comments on commit dc4b705

Please sign in to comment.