Compare commits

..

No commits in common. "3d4cf4759b785234fe48484612dc083d5608c0d2" and "a6e6f98bde087a38b8e96e48d5a1160be6875d05" have entirely different histories.

View File

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