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 004112d commit 0b6edb6Copy full SHA for 0b6edb6
.github/workflows/maven.yml
@@ -72,3 +72,7 @@ jobs:
72
file: ./code/backend/Dockerfile
73
push: true
74
tags: ${{ vars.DOCKERHUB_USERNAME }}/campus_exchange:latest
75
+
76
+ - name: Test Docker
77
+ run: |
78
+ docker run -rm ${{ vars.DOCKERHUB_USERNAME }}/campus_exchange:latest
0 commit comments