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 4d49adb commit 27b3b20Copy full SHA for 27b3b20
.github/workflows/ci.yml
@@ -75,8 +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 -e SPRING_PROFILES_ACTIVE=test -e EXIT_AFTER_INIT=true ${{ steps.meta.outputs.tags }}
79
- # The above command fails when new tags are created, due to this: https://github.com/docker/metadata-action/issues/140
+ run: docker run -e SPRING_PROFILES_ACTIVE=test -e EXIT_AFTER_INIT=true ${{ steps.meta.outputs.version }}
80
81
docker-build-push-front:
82
runs-on: ubuntu-latest
0 commit comments