mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 11:30:55 +00:00
docker
This commit is contained in:
parent
4bb3d37962
commit
76fc48765f
1 changed files with 5 additions and 1 deletions
6
.github/workflows/blank.yml
vendored
6
.github/workflows/blank.yml
vendored
|
|
@ -25,6 +25,10 @@ jobs:
|
|||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
# Runs a single command using the runners shell
|
||||
- name: Pull Arch Linux Docker image.
|
||||
run: docker pull archlinux
|
||||
|
||||
- name: List containers.
|
||||
run: docker ps
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue