alpine docker #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: k8s | |
on: | |
push: | |
branches: | |
- cdev-ignore | |
jobs: | |
tests: | |
name: Check dnd | |
runs-on: ubuntu-latest | |
container: golang:1.21.3-alpine | |
steps: | |
- name: Code checkout | |
uses: actions/checkout@v2 | |
- name: Build image | |
run: | | |
apk update | |
apk add docker | |
set -x | |
ls -la | |
docker ps |