Merge branch 'main' of git.wilmoredynamics.com:ab/ab01
All checks were successful
Build and Push Docker Image / build (push) Successful in 11m51s
All checks were successful
Build and Push Docker Image / build (push) Successful in 11m51s
This commit is contained in:
commit
1bbdf7add2
2 changed files with 8 additions and 1 deletions
|
@ -23,7 +23,7 @@ jobs:
|
|||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: git.wilmoredynamics.com
|
||||
username: Wilmore_Dynamics # Votre nom d'utilisateur ou organisation Forgejo
|
||||
username: AB # Votre nom d'utilisateur ou organisation Forgejo
|
||||
password: ${{ secrets.FORGEJO_TOKEN }} # Votre jeton d'accès personnel Forgejo
|
||||
|
||||
- name: Push Docker image to Forgejo Container Registry
|
||||
|
|
7
next.config.js
Normal file
7
next.config.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
output: 'standalone',
|
||||
// Vous pouvez ajouter d'autres configurations Next.js ici si nécessaire
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
Loading…
Add table
Reference in a new issue