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

This commit is contained in:
2023-11-09 16:28:27 +01:00
parent 3be56b8d00
commit 411d704ffe

View File

@ -8,10 +8,10 @@ jobs:
build-docker: build-docker:
runs-on: ubuntu-latest runs-on: ubuntu-latest
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
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Login to container registry - name: Login to container registry