Actualiser .gitea/workflows/build-push.yaml
All checks were successful
Build and Push Docker Image / build (push) Successful in 20m55s
Check BlueSky Crossposter version / check-version (push) Successful in 19s

This commit is contained in:
2025-05-01 14:07:19 +02:00
parent 7f3c126a0a
commit b40a422214

View File

@@ -10,11 +10,13 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Build and push image - name: Setup cache
uses: actions/cache@v3 uses: actions/cache@v3
with: with:
path: ~/.npm path: ~/.npm
key: dont-cache-${{ github.run_id }} uses: https://gargoton.petite-maison-orange.fr/pmo-actions/build-push-image@main key: dont-cache-${{ github.run_id }}
- name: Build and push image
uses: https://gargoton.petite-maison-orange.fr/pmo-actions/build-push-image@main
with: with:
image_name: public/blueskycrossposter image_name: public/blueskycrossposter
image_tags: latest image_tags: latest