Update .forgejo/workflows/deploy.yaml
All checks were successful
/ build-and-deploy (push) Successful in 2m57s
All checks were successful
/ build-and-deploy (push) Successful in 2m57s
This commit is contained in:
parent
ac3a1d0ef1
commit
693e44c6f2
1 changed files with 0 additions and 7 deletions
|
|
@ -21,13 +21,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
helm lint charts
|
helm lint charts
|
||||||
|
|
||||||
# regctl relit ~/.docker/config.json par défaut, ce login lui sert donc
|
|
||||||
# aussi : l'entrée que regctl écrit ensuite pour le chunking ne porte que
|
|
||||||
# blobChunk/blobMax et n'écrase pas les identifiants.
|
|
||||||
- name: Docker login
|
|
||||||
run: |
|
|
||||||
docker login $REGISTRY_URL -u $REGISTRY_USER --password "$REGISTRY_PASS"
|
|
||||||
|
|
||||||
- name: Build and push hugo
|
- name: Build and push hugo
|
||||||
run: |
|
run: |
|
||||||
IMAGE=$REGISTRY_URL/$REGISTRY/clem-hugo:${{ github.sha }}
|
IMAGE=$REGISTRY_URL/$REGISTRY/clem-hugo:${{ github.sha }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue