Skip to content

Commit

Permalink
- correct sha for package
Browse files Browse the repository at this point in the history
  • Loading branch information
JSchlarb committed Mar 10, 2024
1 parent 579e6b5 commit 227afd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: build container images
run: >-
./mvnw spring-boot:build-image -q -B -DskipTests
-Dsha="-$GIT_REVISION"
-Dsha="-${GITHUB_SHA::6}"
-Dspring-boot.build-image.publish=true
-Ddocker.publishRegistry.username=${{ github.actor }}
-Ddocker.publishRegistry.password=${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 227afd1

Please sign in to comment.