add fail save for failed img fetching at build time

This commit is contained in:
2026-03-02 21:14:40 +01:00
parent 67bbc3cf9a
commit c4da0683ed
2 changed files with 6 additions and 1 deletions

View File

@@ -23,10 +23,11 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and Push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
netwoks: host
tags: |
docker.illegalesachen.download/repository/astro-homepage:latest
docker.illegalesachen.download/repository/astro-homepage:${{ github.sha }}