We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c06dce + e49215b commit 742c9ecCopy full SHA for 742c9ec
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Build and Push Docker Image
24
run: |
25
docker build -t ${{ secrets.DOCKER_HUB_USERNAME }}/gdgoc-fe-app:latest .
26
- ls -l /app/
+ docker run --rm ${{ secrets.DOCKER_HUB_USERNAME }}/gdgoc-fe-app:latest ls -la /app
27
docker push ${{ secrets.DOCKER_HUB_USERNAME }}/gdgoc-fe-app:latest
28
29
0 commit comments