Skip to content

Commit

Permalink
Actions: remove actions/checkout from Docker build (#575)
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 authored Feb 2, 2024
1 parent f2bf2d8 commit 7881d13
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 7881d13

Please sign in to comment.