Skip to content

Commit

Permalink
improve tasks names
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Jan 7, 2025
1 parent 43fb48f commit 74b4fea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
VERSION=$(grep 'version=' gradle.properties | cut -d '=' -f2)
echo "VERSION=${VERSION}" >> $GITHUB_ENV
- name: Build and push SERVER image
- name: Server - Build and push image
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
with:
context: ./server/docker
Expand All @@ -104,11 +104,11 @@ jobs:
# Build and push SIMULATOR image

- name: Prepare SIMULATOR docker directory
- name: Simulator - Prepare docker directory
run: |
./gradlew :simulator:copyDependenciesFolders
- name: Build and push SIMULATOR image
- name: Simulator - Build and push image
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
with:
context: ./simulator/build/docker
Expand Down

0 comments on commit 74b4fea

Please sign in to comment.