Skip to content

Commit

Permalink
fix typo DOCKER_TAG_SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
nisrael committed Jan 15, 2024
1 parent 1451c29 commit 33ab448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
mvn verify \
-B --fail-at-end --no-transfer-progress --file pom.xml \
-D docker.repository=${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }} \
-D docker.tag=${{ env.DOCKER_TAG }}
-D docker.tag=${{ env.DOCKER_TAG_SHA }}
- name: Publish Unit Test Report
if: success() || failure()
Expand Down

0 comments on commit 33ab448

Please sign in to comment.