All checks were successful
Check Calibre-web version / check-version (push) Successful in 15s
21 lines
493 B
YAML
21 lines
493 B
YAML
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: Build and push image
|
|
uses: https://gargoton.petite-maison-orange.fr/pmo-actions/build-push-image@main
|
|
with:
|
|
image_name: public/calibre-web
|
|
image_tags: latest
|
|
version_file: calibre_web_latest.txt
|
|
check_uuid: 7e80fab1-f1ed-4ece-81aa-cf9061cda5c4
|
|
|
|
|