Skip to content

Commit

Permalink
parking-offstreet-sta: use working-direcotry in build step again
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Jan 11, 2024
1 parent 18e0e84 commit 2bfaf5c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci-parking-offstreet-sta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,9 @@ jobs:

X_SCHEDULER_CRON: "0 */5 * * * *"


- name: Build go application
run: |
pushd ${{ env.WORKING_DIRECTORY }}/src
go build -o main
popd
run: go build -o main
working-directory: ${{ env.WORKING_DIRECTORY }}/src

- name: Build and push
uses: noi-techpark/github-actions/docker-build-and-push@v2
Expand Down

0 comments on commit 2bfaf5c

Please sign in to comment.