Update .gitea/workflow/pipeline.yml

This commit is contained in:
Mike 2024-10-21 12:55:13 -04:00
parent 7e0d4e5f3b
commit 556d8313f1

View file

@ -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