Compare commits
No commits in common. "fd3308ea4e065efc83a9ef681714a88f8d6988fb" and "44d285465dbe66b45dfc2668c8264e83b3798a15" have entirely different histories.
fd3308ea4e
...
44d285465d
@ -1,7 +1,6 @@
|
|||||||
name: Gitea Actions Demo
|
name: Gitea Actions Demo
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
on:
|
on: [push]
|
||||||
- workflow_dispatch
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
|
@ -31,9 +31,6 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: check docker
|
|
||||||
run: which docker; echo $$PATH; ls /usr/bin
|
|
||||||
|
|
||||||
# Set up BuildKit Docker container builder to be able to build
|
# Set up BuildKit Docker container builder to be able to build
|
||||||
# multi-platform images and export cache
|
# multi-platform images and export cache
|
||||||
# https://`.com/docker/setup-buildx-action
|
# https://`.com/docker/setup-buildx-action
|
||||||
|
Loading…
x
Reference in New Issue
Block a user