Skip to content

Commit

Permalink
use new container images for ingestion
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe authored Oct 15, 2024
1 parent e9a5ef7 commit 5e1687c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ingest-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
dump-db-snapshot:
runs-on: ubuntu-latest
container: ghcr.io/gardenlinux/glvd:edge
container: ghcr.io/gardenlinux/glvd-data-ingestion:latest
env:
PGUSER: glvd
PGDATABASE: glvd
Expand All @@ -15,7 +15,7 @@ jobs:

services:
postgres:
image: ghcr.io/gardenlinux/glvd-postgres:edgenotls
image: ghcr.io/gardenlinux/glvd-postgres:latest
env:
POSTGRES_USER: glvd
POSTGRES_DB: glvd
Expand Down

0 comments on commit 5e1687c

Please sign in to comment.