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 8e3be50 commit 71a89ac
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build_containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
build:
runs-on: ubuntu-latest

env:
ROOTPATH: /home/runner/work/CYBERTEC-pg-container/CYBERTEC-pg-container

steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -19,13 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'

- name: Move files to desired path
run: |
mkdir -p /src/github.com/cybertec/cybertec-pg-container
mv * /src/github.com/cybertec/cybertec-pg-container
go-version: '1.22'

- name: Build base
run: |
Expand Down

0 comments on commit 71a89ac

Please sign in to comment.