Skip to content

Commit

Permalink
Merge pull request #14 from Messaging-Application/improve_actions
Browse files Browse the repository at this point in the history
checkout code before dockerization
  • Loading branch information
nefelitav authored Mar 13, 2024
2 parents c7ef2c5 + 0b30f6e commit 0a3379c
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 0a3379c

Please sign in to comment.