Updated workflow
This commit is contained in:
parent
3d92e97f22
commit
3d4cf4759b
@ -1,6 +1,8 @@
|
||||
name: Gitea Actions Demo
|
||||
|
||||
on: ["push"]
|
||||
on:
|
||||
push:
|
||||
- *
|
||||
|
||||
jobs:
|
||||
build-image:
|
||||
@ -16,7 +18,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build Iamge
|
||||
uses: https://gitea.thebobo.nl/gitea-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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user