Skip to content

Commit

Permalink
Update ci.yml with checkout repo step
Browse files Browse the repository at this point in the history
  • Loading branch information
san99tiago committed Aug 25, 2023
1 parent 1769ea3 commit 6e737fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,17 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v3

- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
uses: docker/build-push-action@v2
with:
context: src
file: ./Dockerfile
Expand Down

0 comments on commit 6e737fc

Please sign in to comment.