Skip to content

Commit

Permalink
Add .dockerignore and checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikmonsen committed Apr 17, 2024
1 parent 6159c44 commit d078172
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitignore
.dockerignore
.env.example
Dockerfile
3 changes: 3 additions & 0 deletions .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
# if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
runs-on: [self-hosted, Linux]
steps:
- name: Checkout the repository
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
Expand Down

0 comments on commit d078172

Please sign in to comment.