Skip to content

Commit 8bb6c3a

Browse files
committed
CI: fixing vboard-ws final Docker image check
1 parent 27b3b20 commit 8bb6c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
tags: ${{ steps.meta.outputs.tags }}
7676
labels: ${{ steps.meta.outputs.labels }}
7777
- 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.version }}
78+
run: docker run -e SPRING_PROFILES_ACTIVE=test -e EXIT_AFTER_INIT=true vboard/vboard-ws:${{ steps.meta.outputs.version }}
7979

8080
docker-build-push-front:
8181
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)