mirror of
https://github.com/netfun2000/hipudding-teslamate.git
synced 2026-02-27 09:44:28 +08:00
[CI] Build PR images on GHCR (#3445)
* Upgrade CI * Tmp Test * Test tmp * Test master * Distinct cache by branch * Correct version name * Dynamic dockerhub push * correct cache name --------- Co-authored-by: Julien <julien@citio.digital>
This commit is contained in:
10
.github/workflows/elixir.yml
vendored
10
.github/workflows/elixir.yml
vendored
@@ -2,8 +2,14 @@ name: Elixir CI
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "**/*"
|
||||
- "!.github/**" # Important: Exclude PRs related to .github from auto-run
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
branches: ["master"]
|
||||
paths:
|
||||
- "**/*"
|
||||
- "!.github/**" # Important: Exclude PRs related to .github from auto-run
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
@@ -124,7 +130,7 @@ jobs:
|
||||
services:
|
||||
db:
|
||||
image: postgres:15
|
||||
ports: [ "5432:5432" ]
|
||||
ports: ["5432:5432"]
|
||||
env:
|
||||
POSTGRES_PASSWORD: postgres
|
||||
options: >-
|
||||
|
||||
Reference in New Issue
Block a user