Compare commits
No commits in common. "3d4cf4759b785234fe48484612dc083d5608c0d2" and "a6e6f98bde087a38b8e96e48d5a1160be6875d05" have entirely different histories.
3d4cf4759b
...
a6e6f98bde
@ -1,14 +1,12 @@
|
|||||||
name: Gitea Actions Demo
|
name: Gitea Actions Demo
|
||||||
|
|
||||||
on:
|
on: ["push"]
|
||||||
push:
|
|
||||||
- *
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-image:
|
build-image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
image-name: gitea-projects/kaniko
|
image-name: private-projects/kaniko
|
||||||
major: 0
|
major: 0
|
||||||
minor: 0
|
minor: 0
|
||||||
revision: 1
|
revision: 1
|
||||||
@ -18,7 +16,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build Iamge
|
- 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:
|
with:
|
||||||
major-version: ${{ env.major }}
|
major-version: ${{ env.major }}
|
||||||
minor-version: ${{ env.minor }}
|
minor-version: ${{ env.minor }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user