Skip to content

Why use https:// instead of git@?** #488

Why use https:// instead of git@?**

Why use https:// instead of git@?** #488

Workflow file for this run

name: ci
on:
pull_request:
jobs:
docker-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
id: docker-build
with:
install: true
- name: Build
run: |
docker build . # will run buildx