Updated workflow

This commit is contained in:
Rob 2024-07-09 22:41:30 +02:00
parent 3d92e97f22
commit 3d4cf4759b

View File

@ -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 }}