Revert "[CI] Build PR images on GHCR (#3432)" (#3441)

This reverts commit b65b3f3992.
This commit is contained in:
JakobLichterfeld
2023-11-17 02:57:09 +01:00
committed by GitHub
parent b65b3f3992
commit fdb8b6c193
10 changed files with 95 additions and 308 deletions

View File

@@ -2,14 +2,8 @@ name: Elixir CI
on:
push:
paths:
- "**/*"
- "!.github/**" # Important: Exclude PRs related to .github from auto-run
pull_request:
branches: ["master"]
paths:
- "**/*"
- "!.github/**" # Important: Exclude PRs related to .github from auto-run
branches: [ "master" ]
jobs:
lint:
@@ -130,7 +124,7 @@ jobs:
services:
db:
image: postgres:15
ports: ["5432:5432"]
ports: [ "5432:5432" ]
env:
POSTGRES_PASSWORD: postgres
options: >-