Update .gitea/workflow/pipeline.yml
This commit is contained in:
parent
7e0d4e5f3b
commit
556d8313f1
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
version: "1"
|
|
||||||
name: Build and Deploy Docker Image
|
name: Build and Deploy Docker Image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
@ -8,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: x86
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|
Loading…
Reference in a new issue