Compare commits

...

2 Commits

Author SHA1 Message Date
Rob
3d4cf4759b Updated workflow 2024-07-09 22:41:30 +02:00
Rob
3d92e97f22 update org 2024-07-09 22:28:32 +02:00

View File

@ -1,12 +1,14 @@
name: Gitea Actions Demo
on: ["push"]
on:
push:
- *
jobs:
build-image:
runs-on: ubuntu-latest
env:
image-name: private-projects/kaniko
image-name: gitea-projects/kaniko
major: 0
minor: 0
revision: 1
@ -16,7 +18,7 @@ jobs:
uses: actions/checkout@v4
- name: Build Iamge
uses: https://gitea.thebobo.nl/private-projects/build/job/build-docker-image.yml@main
uses: https://gitea.thebobo.nl/gitea-projects/build/job/build-docker-image@main
with:
major-version: ${{ env.major }}
minor-version: ${{ env.minor }}