We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb8c35 commit 313c838Copy full SHA for 313c838
.github/workflows/ci.yml
@@ -75,7 +75,7 @@ jobs:
75
tags: ${{ steps.meta.outputs.tags }}
76
labels: ${{ steps.meta.outputs.labels }}
77
- name: Validating the image built can start without any error
78
- run: docker run --rm -e SPRING_PROFILES_ACTIVE=test -e EXIT_AFTER_INIT=true ${{ steps.meta.outputs.tags }}
+ run: docker run -e SPRING_PROFILES_ACTIVE=test -e EXIT_AFTER_INIT=true ${{ steps.meta.outputs.tags }}
79
80
docker-build-push-front:
81
runs-on: ubuntu-latest
0 commit comments