mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 01:55:29 +02:00
Remove stable branch from CI and build edge on schedule (#1975)
This commit is contained in:
parent
0ba8630c72
commit
c5049c60da
3 changed files with 5 additions and 6 deletions
3
.github/workflows/default_on_push.yml
vendored
3
.github/workflows/default_on_push.yml
vendored
|
@ -5,7 +5,6 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- stable
|
||||
paths:
|
||||
- 'target/**'
|
||||
- '.dockerignore'
|
||||
|
@ -98,7 +97,7 @@ jobs:
|
|||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Build image locally
|
||||
- name: Build images locally
|
||||
uses: docker/build-push-action@v2.4.0
|
||||
with:
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue