ci/cd - fix missing comment chars

This commit is contained in:
bunkerity 2022-08-23 09:34:02 +02:00
parent 45f4e06ace
commit 8f273a929d
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
1 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ jobs:
build-bw-arm:
runs-on: ubuntu-latest
steps:
Prepare
# Prepare
- name: Checkout source code
uses: actions/checkout@v3
- name: Setup Buildx
@ -130,7 +130,7 @@ jobs:
run: |
docker buildx create --append --name ${{ steps.buildx.outputs.name }} --node arm --platform linux/arm64,linux/arm/v7,linux/arm/v6 ssh://ubuntu@arm
Build images
# Build images
- name: Build BW for ARM
uses: docker/build-push-action@v3
with: