Skip to content

Commit 1a11e23

Browse files
committed
docs: rename job step
1 parent 9b72ddf commit 1a11e23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-and-docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
distribution: "liberica"
2121
cache: "maven"
2222

23-
- name: Cache SonarCloud packages
23+
- name: Cache SonarQube packages
2424
uses: actions/cache@v3
2525
with:
2626
path: ~/.sonar/cache
@@ -40,7 +40,7 @@ jobs:
4040
-Dsonar.organization=soat-tech-challenge \
4141
-Dsonar.projectKey=soat-tech-challenge_$REPO_NAME
4242
43-
- name: Build and push
43+
- name: Build Dockerfile (no push)
4444
uses: docker/build-push-action@v5
4545
with:
4646
context: .

0 commit comments

Comments
 (0)