This commit is contained in:
icex2
2021-08-15 12:38:11 +02:00
committed by voidderef
parent af0198bfdf
commit 9baf56192b
+6 -1
View File
@@ -10,6 +10,11 @@ on:
- created
workflow_dispatch: # allows you to trigger manually
# TODO check github actions doc to evaluate if we need this or if this is even a good idea
# concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}
# cancel-in-progress: true
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
@@ -38,7 +43,7 @@ jobs:
ls -lah
- name: "Install docker"
run: apt-get update && apt-get install docker-ce docker-ce-cli containerd.io
run: sudo apt-get update && sudo apt-get install docker-ce docker-ce-cli containerd.io
- name: "Build"
run: make build-docker