Skip to content

Commit

Permalink
debug ls added
Browse files Browse the repository at this point in the history
  • Loading branch information
AzeemWaqarRao committed Nov 11, 2024
1 parent 7dc27e0 commit 2b9c5c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,15 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: dummy
run: ls

- name: Push image to Docker
uses: docker/build-push-action@v4
with:
context: .

file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/flaskapp:latest

Expand Down

0 comments on commit 2b9c5c8

Please sign in to comment.