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 71a89ac commit 33f6f0a
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/workflows/build_containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ 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 @@ -26,4 +30,17 @@ jobs:

- name: Build base
run: |
make base
make base
tag:

runs-on: ubuntu-latest

needs: build

steps:
- name: Tag and push container1
run: |
docker tag user/base:latest {{ $IMAGEPRAEFIX }}/base:base-{{ $BUILD }}-{{ $TYPE }}

0 comments on commit 33f6f0a

Please sign in to comment.