cicd: pull to use cache
All checks were successful
ci / docker (push) Successful in 3m45s

Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
Frank Villaro-Dixon 2024-10-13 01:37:15 +02:00
parent 5b3c651446
commit 2d90360d63

View file

@ -22,6 +22,7 @@ jobs:
registry: forge.k3s.fr
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
pull: true
- name: Build and push
uses: docker/build-push-action@v5
with: