Skip to content

Commit

Permalink
Remove checkout step from Docker build action
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioheleno committed Aug 7, 2022
1 parent e496124 commit 1be02e9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ jobs:
echo "::set-output name=environment::dev"
fi
- name: Clone repository
uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.0.0

Expand Down

0 comments on commit 1be02e9

Please sign in to comment.