Skip to content

Commit

Permalink
💚 fix naming error
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Pe authored Mar 12, 2024
1 parent 20116ec commit f66f6c2
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 f66f6c2

Please sign in to comment.