Skip to content

Commit

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

- name: Build go application
run: go build -o main
working-directory: ${{ env.WORKING_DIRECTORY }}/src
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 1769ac2

Please sign in to comment.