Removed the checkout step: buildx do its own checkout.
This commit is contained in:
parent
0e8f2f0493
commit
1a5207e8c1
1 changed files with 0 additions and 3 deletions
3
.github/workflows/build-image.yml
vendored
3
.github/workflows/build-image.yml
vendored
|
@ -99,9 +99,6 @@ jobs:
|
|||
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
|
||||
#echo "build_date=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue