Skip to content

Commit

Permalink
fix build action
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Ott <[email protected]>
  • Loading branch information
DerOetzi committed Dec 17, 2023
1 parent 63c1c71 commit f379f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

build-docker:
runs-on: ubuntu-latest
needs: [variables, build-core]
needs: [variables, build-service]
env:
REF_NAME: ${{ needs.variables.outputs.ref_name }}
steps:
Expand Down

0 comments on commit f379f06

Please sign in to comment.