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 12e924e commit 216d73d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build_containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:

env:
ROOTPATH: /home/runner/work/CYBERTEC-pg-container/CYBERTEC-pg-container
BASEOS: rocky9
BUILD: 1




Expand Down Expand Up @@ -39,15 +42,16 @@ jobs:

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

needs: build

steps:
- name: Tag and push container1
run: |
docker tag cybertec-pg-container/base:latest $IMAGEPRAEFIX/base:base-$BUILD-$TYPE
docker tag cybertec-pg-container/base:$BASEOS-$BUILD $IMAGEPRAEFIX/base:$BASEOS-$BUILD-$TYPE

0 comments on commit 216d73d

Please sign in to comment.