Skip to content

Commit

Permalink
checkout code before dockerization
Browse files Browse the repository at this point in the history
  • Loading branch information
nefelitav committed Mar 13, 2024
1 parent 3861a20 commit 0b30f6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:
runs-on: ubuntu-latest
needs: build-test
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Login to Docker Hub
uses: docker/[email protected]
with:
Expand Down

0 comments on commit 0b30f6e

Please sign in to comment.