update docker workflow to use ubuntu-latest as the build environment
All checks were successful
Build & Publish Docker Image / build-and-push (push) Successful in 58s

This commit is contained in:
Flavio Fois
2026-03-23 11:16:38 +01:00
parent b92bd5ebca
commit 40dacd7c42

View File

@@ -3,13 +3,13 @@ name: Build & Publish Docker Image
on: on:
push: push:
branches: branches:
- main - master
tags: tags:
- "v*" - "v*"
jobs: jobs:
build-and-push: build-and-push:
runs-on: gitea-runner runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout