Skip to content

Commit

Permalink
alpine docker
Browse files Browse the repository at this point in the history
  • Loading branch information
arti-shalb committed Jun 18, 2024
1 parent 99cf63e commit eb2d23a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/extended-.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: k8s tests
name: k8s
on:
push:
branches:
Expand All @@ -8,12 +8,15 @@ 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

0 comments on commit eb2d23a

Please sign in to comment.