Stop building an image for each merge on main
This commit is contained in:
parent
2d79bbe5ff
commit
1d01a480ae
2 changed files with 1 additions and 2 deletions
2
.github/workflows/build-image.yml
vendored
2
.github/workflows/build-image.yml
vendored
|
@ -2,8 +2,6 @@ name: Build container image
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
tags:
|
||||
- '*'
|
||||
pull_request:
|
||||
|
|
1
.github/workflows/build-nightly.yml
vendored
1
.github/workflows/build-nightly.yml
vendored
|
@ -37,6 +37,7 @@ jobs:
|
|||
latest=auto
|
||||
tags: |
|
||||
type=raw,value=nightly
|
||||
type=raw,value=edge
|
||||
type=schedule,pattern=nightly-{{date 'YYYY-MM-DD' tz='Etc/UTC'}}
|
||||
labels: |
|
||||
org.opencontainers.image.description=Nightly build image used for testing purposes
|
||||
|
|
Loading…
Reference in a new issue