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.
2 parents 8bae2bd + 742c9ec commit 0b81570Copy full SHA for 0b81570
.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