Update workflow
Some checks failed
Build AirSignal Docker image / build-docker (push) Failing after 2m33s
Some checks failed
Build AirSignal Docker image / build-docker (push) Failing after 2m33s
This commit is contained in:
@ -6,10 +6,10 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-docker:
|
build-docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Install docker
|
# - name: Install docker
|
||||||
run: curl -fsSL https://get.docker.com | sh
|
# run: curl -fsSL https://get.docker.com | sh
|
||||||
# - name: Setup rootless docker
|
# - name: Setup rootless docker
|
||||||
# run: apt-get install -y uidmap && dockerd-rootless-setuptool.sh install
|
# run: apt-get install -y uidmap && dockerd-rootless-setuptool.sh install
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
Reference in New Issue
Block a user