Update workflow
Some checks failed
Build AirSignal Docker image / build-docker (push) Failing after 47s

This commit is contained in:
2023-11-09 14:51:39 +01:00
parent a1fad10574
commit 3be56b8d00

View File

@ -11,7 +11,7 @@ jobs:
- name: Install docker
run: curl -fsSL https://get.docker.com | sh
- name: Setup rootless docker
run: dockerd-rootless-setuptool.sh install
run: apt-get install -y uidmap && dockerd-rootless-setuptool.sh install
- name: Checkout repository
uses: actions/checkout@v4
- name: Login to container registry