Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Pe committed Mar 12, 2024
2 parents 6949533 + f66f6c2 commit cf3b7f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
build_publish_docker:
name: Build&Publish - Util Docker images
runs-on: ubuntu-latest
needs: build_java
needs: build_test_java
strategy:
matrix:
image:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
build_publish_spring_boot:
name: Build&Publish - Spring Boot Docker images
runs-on: ubuntu-latest
needs: build_java
needs: build_test_java
strategy:
matrix:
image:
Expand Down

0 comments on commit cf3b7f7

Please sign in to comment.