Skip to content

Commit fc5d9e1

Browse files
committed
Removed the checkout step: buildx do its own checkout.
1 parent 29207bc commit fc5d9e1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build-image.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ jobs:
9999
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
100100
#echo "build_date=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
101101
102-
- name: Checkout
103-
uses: actions/checkout@v3
104-
105102
- name: Setup QEMU
106103
uses: docker/setup-qemu-action@v2
107104
with:

0 commit comments

Comments
 (0)