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:
push:
branches:
- main
- master
tags:
- "v*"
jobs:
build-and-push:
runs-on: gitea-runner
runs-on: ubuntu-latest
steps:
- name: Checkout