Skip to content

Commit

Permalink
Actions: remove actions/checkout from Docker build
Browse files Browse the repository at this point in the history
BuildKit checks out the repository itself DawnbrandBots/bastion-bot#415
  • Loading branch information
kevinlul committed Feb 2, 2024
1 parent f2bf2d8 commit fc95f0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
- uses: actions/cache@v4
with:
Expand Down

0 comments on commit fc95f0b

Please sign in to comment.