Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
guimard committed Apr 20, 2024
1 parent 85161f6 commit faad4a2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Build and Publish Docker Images

env:
VERSION: 2.18.2
PGVERSION: 15
DEBIANRELEASE: bookworm
DOCKERREVISION: 9

on:
push:
branches: [master]

jobs:
setenv:
steps:
- name: setvars
run: |
cat ./env >> "$GITHUB_ENV"
test:
needs: setenv
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down
4 changes: 4 additions & 0 deletions env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
VERSION=2.18.2
PGVERSION=15
DEBIANRELEASE=bookworm
DOCKERREVISION=9

0 comments on commit faad4a2

Please sign in to comment.