Introduce gitea-actions to automatically build this container #8

Merged
Kocoder merged 47 commits from gitea-actions into main 2024-08-04 21:06:54 +00:00
Showing only changes of commit f25a09cd78 - Show all commits

View File

@@ -17,8 +17,7 @@ jobs:
- name: "pwd" - name: "pwd"
run: | run: |
"echo pwd" "echo pwd"
"echo $(pwd)" "echo $SHELL"
"echo ${whoami}"
"[ -e /var/run/docker.sock ] && echo exists || echo "doesn't exist"" "[ -e /var/run/docker.sock ] && echo exists || echo "doesn't exist""
- uses: docker/setup-buildx-action@v3 - uses: docker/setup-buildx-action@v3
name: Setup docker buildx name: Setup docker buildx