Skip to content

Commit

Permalink
checkout eklendi
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyneperinc committed Nov 26, 2024
1 parent df8fc32 commit 7de4dcc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ on:
push:
branches: [ "main" ]



jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3
- run: find / -name "Dockerfile"
- run: docker build -t ghcr.io/zeyneperinc/server:latest . -f ../../Dockerfile
- run: docker push ghcr.io/zeyneperinc/server:latest

0 comments on commit 7de4dcc

Please sign in to comment.