mirror of
https://github.com/pumpitupdev/pumptools.git
synced 2026-09-22 22:28:03 +03:00
wip
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user