mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
rename job, remove debug branch from triggers
This commit is contained in:
parent
e97c6db2a3
commit
41b04316cf
3
.github/workflows/build-container.yml
vendored
3
.github/workflows/build-container.yml
vendored
@ -6,7 +6,6 @@ on:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'development'
|
||||
- 'update-docker-debug'
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
@ -22,7 +21,7 @@ jobs:
|
||||
- arch: aarch64
|
||||
conda-env-file: environment-linux-aarch64.yml
|
||||
runs-on: ubuntu-latest
|
||||
name: build ${{ matrix.arch }}
|
||||
name: ${{ matrix.arch }}
|
||||
steps:
|
||||
- name: prepare docker-tag
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user