mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-09 04:01:33 -05:00
docker
This commit is contained in:
parent
4bb3d37962
commit
76fc48765f
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…
Reference in New Issue
Block a user