name: Build and Push Docker Image on: push: branches: - main # Changez cela si votre branche principale a un autre nom jobs: build: runs-on: ubuntu-latest steps: - name: Setup cache uses: actions/cache@v3 with: path: ~/.npm 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: image_name: public/blueskycrossposter image_tags: latest no_cache: true version_file: bluesky_crossposter_latest.txt check_uuid: 814308c3-d90c-4511-b236-c40b37a5ad23