ci: fixes 2

This commit is contained in:
Toby 2023-09-06 15:15:10 -07:00
parent e177b3563f
commit 1abddbff19
2 changed files with 0 additions and 4 deletions

View file

@ -1,7 +1,6 @@
name: "Build Docker Image" name: "Build Docker Image"
on: on:
workflow_dispatch:
push: push:
tags: tags:
- app/v*.*.* - app/v*.*.*
@ -15,8 +14,6 @@ jobs:
steps: steps:
- name: Check out - name: Check out
uses: actions/checkout@v3 uses: actions/checkout@v3
with:
fetch-depth: 0 # fetch all tags
- name: Get version - name: Get version
id: get_version id: get_version

View file

@ -4,7 +4,6 @@ on:
push: push:
branches: branches:
- master - master
- wip-hy2
jobs: jobs:
build: build: