]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ci: set fail-fast to false in docker.yml (#3294)
authorDaniel Bevenius <redacted>
Fri, 27 Jun 2025 07:55:56 +0000 (09:55 +0200)
committerGitHub <redacted>
Fri, 27 Jun 2025 07:55:56 +0000 (09:55 +0200)
commit70693944470a764157f59fa6c222105b4a95ca95
tree35106313c7826540dbf9020a41a8c3ad884d18be
parentf8abbeb2346bb2659a9729c69478b548e26cdabe
ci: set fail-fast to false in docker.yml (#3294)

* ci: set fail-fast to false in docker.yml

This commit modifies the GitHub Actions workflow for Docker builds to
disable the fail-fast behavior.

The motivation for this is that currently if one of the strategy jobs
fails any other job that is in progress will be cancelled. There is no
need for this as the jobs are independent.

* ci : update docker.yml to use a single build

This commit updates the docker job to only build the image once instead
of twice (only happens when pushing to the master branch). Instead this
will tag the image with the commit SHA when pushing to master.

The motivation for this change is to reduce the time it takes to run
this job and also it might help with the disk space issues we are
experiencing for this job when it runs on pushes to master.
.github/workflows/docker.yml