mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 04:18:09 +00:00
docker/ci: enable v4 and push again
This commit is contained in:
14
.github/workflows/docker-ci.yaml
vendored
14
.github/workflows/docker-ci.yaml
vendored
@@ -69,7 +69,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: docker/chatmail_relay.dockerfile
|
file: docker/chatmail_relay.dockerfile
|
||||||
# push: ${{ github.event_name == 'push' }}
|
push: ${{ github.event_name == 'push' }}
|
||||||
load: true
|
load: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
@@ -111,12 +111,12 @@ jobs:
|
|||||||
zone_file: staging.testrun.org-default.zone
|
zone_file: staging.testrun.org-default.zone
|
||||||
disable_ipv6: false
|
disable_ipv6: false
|
||||||
add_ssh_keys: true
|
add_ssh_keys: true
|
||||||
# - host: staging-ipv4.testrun.org
|
- host: staging-ipv4.testrun.org
|
||||||
# acme_dir: acme-ipv4
|
acme_dir: acme-ipv4
|
||||||
# dkim_dir: dkimkeys-ipv4
|
dkim_dir: dkimkeys-ipv4
|
||||||
# zone_file: staging-ipv4.testrun.org-default.zone
|
zone_file: staging-ipv4.testrun.org-default.zone
|
||||||
# disable_ipv6: true
|
disable_ipv6: true
|
||||||
# add_ssh_keys: false
|
add_ssh_keys: false
|
||||||
environment:
|
environment:
|
||||||
name: ${{ matrix.host }}
|
name: ${{ matrix.host }}
|
||||||
url: https://${{ matrix.host }}/
|
url: https://${{ matrix.host }}/
|
||||||
|
|||||||
Reference in New Issue
Block a user