Update workflow
Some checks reported warnings
Build AirSignal Docker image / build-docker (push) Has been cancelled

This commit is contained in:
2023-11-09 16:29:03 +01:00
parent 411d704ffe
commit 8ac1687958

View File

@ -8,8 +8,8 @@ jobs:
build-docker:
runs-on: ubuntu-latest
steps:
# - name: Install docker
# run: curl -fsSL https://get.docker.com | sh
- name: Install docker
run: curl -fsSL https://get.docker.com | sh
# - name: Setup rootless docker
# run: apt-get install -y uidmap && dockerd-rootless-setuptool.sh install
- name: Checkout repository