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:
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user