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
All checks were successful
Build & Publish Docker Image / build-and-push (push) Successful in 58s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user