Skip to content

Commit 7881d13

Browse files
authored
Actions: remove actions/checkout from Docker build (#575)
BuildKit checks out the repository itself DawnbrandBots/bastion-bot#415
1 parent f2bf2d8 commit 7881d13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/docker.yml

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
group: ${{ github.workflow }}-${{ github.ref }}
3030
cancel-in-progress: true
3131
steps:
32-
- uses: actions/checkout@v4
3332
- uses: docker/setup-buildx-action@v3
3433
- uses: actions/cache@v4
3534
with:

0 commit comments

Comments
 (0)