mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
chore: update job names (#5375)
This commit is contained in:
parent
05ca555b6e
commit
48c9e66ae5
5 changed files with 16 additions and 13 deletions
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Build and Push Docker Images
|
||||
name: Docker
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
|
@ -18,6 +18,7 @@ permissions:
|
|||
|
||||
jobs:
|
||||
build_and_push:
|
||||
name: Build and Push
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
# Prevent a failure in one image from stopping the other builds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue