Skip to content

Commit

Permalink
enable checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
janf committed Nov 10, 2023
1 parent c834e62 commit d6e85b9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:


steps:
# - name: Checkout repository
# uses: actions/checkout@v4
- name: Checkout repository
uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@v3
Expand Down Expand Up @@ -47,7 +47,6 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:

context: .
file: Dockerfile
push: ${{ github.ref == 'refs/heads/main'}}
Expand Down

0 comments on commit d6e85b9

Please sign in to comment.