Skip to content

Commit e1c7cc3

Browse files
author
Jeremy Price
committed
buildx action docs say we don't need the checkout action, let's test that
1 parent 85a5b9a commit e1c7cc3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/docker-ubuntu.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ jobs:
4242
latest=false
4343
4444
steps:
45-
# https://github.com/actions/checkout
46-
- name: Checkout codebase
47-
uses: actions/checkout@v4
48-
4945
# https://github.com/docker/setup-buildx-action
5046
- name: Setup Docker Buildx
5147
uses: docker/setup-buildx-action@v3
@@ -108,10 +104,6 @@ jobs:
108104
latest=false
109105
110106
steps:
111-
# https://github.com/actions/checkout
112-
- name: Checkout codebase
113-
uses: actions/checkout@v4
114-
115107
# https://github.com/docker/setup-buildx-action
116108
- name: Setup Docker Buildx
117109
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)