diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 7cf1971..4daf549 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -5,8 +5,8 @@ jobs: test: runs-on: docker container: - image: bitanmi/minideb:latest + image: alpine:3.19 steps: - - run: echo "Test" - - run: ping asandikci.com - - run: iptables -L \ No newline at end of file + - run: | + grep Alpine /etc/os-release + echo SUCCESS \ No newline at end of file