Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
69972fa692
actions test 2023-12-09 17:23:12 +01:00
d1d2001ae9
actions test 2023-12-09 17:21:54 +01:00
9f0af185b8
actions test
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s
2023-12-09 11:57:36 +01:00
e5d8ef695f
actions test
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2023-12-09 11:55:08 +01:00

View file

@ -0,0 +1,24 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [ push ]
jobs:
build:
runs-on: fz
steps:
- uses: actions/checkout@v3
- uses: docker/medatada-action@3
id: medatada
with:
images: git.roboces.dev/${{ gitea.repository }}
- uses: docker/login-action@v1
with:
registry: git.roboces.dev
username: ${{ gitea.actor }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- uses: int128/kaniko-action@v1
with:
push: true
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
cache: true
cache-repository: gitea.roboces.dev/${{ gitea.repository }}/cache