fix(ci): ajouter setup-buildx-action avant le build Docker — v0.0.6
CI — Tests & Docker Build / Tests & couverture (push) Successful in 2m7s
CI — Tests & Docker Build / Build & push image Docker (push) Successful in 2m33s

docker/build-push-action@v5 requiert Buildx. Ajout du step
docker/setup-buildx-action@v3 pour l'initialiser sur le runner.
This commit is contained in:
2026-06-06 23:33:52 +02:00
parent 2608df0f76
commit 52bff78d03
3 changed files with 6 additions and 3 deletions
+3
View File
@@ -35,6 +35,9 @@ jobs:
id: version id: version
run: echo "VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT run: echo "VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT
- name: Setup Buildx
uses: docker/setup-buildx-action@v3
- name: Login registry Gitea - name: Login registry Gitea
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "olhar-pwa", "name": "olhar-pwa",
"version": "0.0.5", "version": "0.0.6",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "olhar-pwa", "name": "olhar-pwa",
"version": "0.0.5", "version": "0.0.6",
"dependencies": { "dependencies": {
"@angular/common": "^19.2.0", "@angular/common": "^19.2.0",
"@angular/compiler": "^19.2.0", "@angular/compiler": "^19.2.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "olhar-pwa", "name": "olhar-pwa",
"version": "0.0.5", "version": "0.0.6",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",