testing default container
Some checks failed
Build Hugo Image / build-hugo-image (push) Failing after 3s
Simple Docker Hello World Test / hello-world (push) Successful in 46s

This commit is contained in:
shockrah 2024-08-27 16:14:25 -07:00
parent 6de0f13416
commit 9e181eda49
2 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,10 @@ jobs:
container:
image: docker:stable-dind
steps:
- uses: actions/checkout@v4
- run: pwd
- run: ls -la
- run: ls -lrta
- run: lsb_release -a
- run: echo "${{ toJson(gitea) }}"
- run: echo "$PATH"
- run: "ls ${{ gitea.action_path }}"

View File

@ -8,8 +8,6 @@ on:
jobs:
hello-world:
runs-on: ubuntu-latest
container:
image: alpine
steps:
- run: echo "Target branch ${{ gitea.ref }}"
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."