This commit is contained in:
parent
c09c97df27
commit
a27544d4de
11
.forgejo/workflows/docker-push.yml
Normal file
11
.forgejo/workflows/docker-push.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
do-nothing:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- name: "Test"
|
||||||
|
run: echo "This action is for testing."
|
Loading…
Reference in a new issue