Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmaetz committed Jun 12, 2024
1 parent e62a5eb commit 4119082
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build_containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ jobs:

env:
ROOTPATH: /home/runner/work/CYBERTEC-pg-container/CYBERTEC-pg-container
IMAGEPRAEFIX: docker.io/cybertecpostgresql/cybertec-pg-container-dev
PGVERSION: 16.3
BUILD: 1
TYPE: dev

steps:
- name: Checkout repository
Expand All @@ -36,6 +32,12 @@ jobs:

runs-on: ubuntu-latest

env:
IMAGEPRAEFIX: docker.io/cybertecpostgresql/cybertec-pg-container-dev
PGVERSION: 16.3
BUILD: 1
TYPE: dev

needs: build

steps:
Expand Down

0 comments on commit 4119082

Please sign in to comment.