Actualiser .gitea/workflows/build-push.yaml
This commit is contained in:
@@ -10,11 +10,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Build and push image
|
||||
- name: Setup cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
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:
|
||||
image_name: public/blueskycrossposter
|
||||
image_tags: latest
|
||||
|
||||
Reference in New Issue
Block a user