Skip to content

Commit

Permalink
Prepare the basics
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Sep 30, 2019
1 parent ab7f3ae commit 51b500f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
github: bilelmoussaoui
patreon: bilelmoussaoui
custom: https://www.paypal.me/BilalELMoussaoui
13 changes: 13 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FROM registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master

LABEL "com.github.actions.name"="Flatpak Builder"
LABEL "com.github.actions.description"="Build your flatpak project"
LABEL "com.github.actions.icon"="check"
LABEL "com.github.actions.color"="blue"

LABEL "repository"="https://github.com/bilelmoussaoui/flatpak-github-actions"
LABEL "homepage"="http://github.com/actions"
LABEL "maintainer"="Bilal Elmoussaoui<[email protected]>"

ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh -l

echo "I'm ready"

0 comments on commit 51b500f

Please sign in to comment.