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 1dfcc07 commit 12e924e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build_containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
env:
ROOTPATH: /home/runner/work/CYBERTEC-pg-container/CYBERTEC-pg-container




steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -24,10 +27,12 @@ jobs:
with:
go-version: '1.22'

- name: Build base
- name: Build base$
id: build-base
run: |
make base
tag:

runs-on: ubuntu-latest
Expand All @@ -43,6 +48,6 @@ jobs:
steps:
- name: Tag and push container1
run: |
docker tag user/base:latest $IMAGEPRAEFIX/base:base-$BUILD-$TYPE
docker tag cybertec-pg-container/base:latest $IMAGEPRAEFIX/base:base-$BUILD-$TYPE

0 comments on commit 12e924e

Please sign in to comment.