Skip to content

Commit 5429988

Browse files
committed
docker/ci: enable v4 and push again
1 parent 6e56911 commit 5429988

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/docker-ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
context: .
7171
file: docker/chatmail_relay.dockerfile
72-
# push: ${{ github.event_name == 'push' }}
72+
push: ${{ github.event_name == 'push' }}
7373
load: true
7474
tags: ${{ steps.meta.outputs.tags }}
7575
labels: ${{ steps.meta.outputs.labels }}
@@ -111,12 +111,12 @@ jobs:
111111
zone_file: staging.testrun.org-default.zone
112112
disable_ipv6: false
113113
add_ssh_keys: true
114-
# - host: staging-ipv4.testrun.org
115-
# acme_dir: acme-ipv4
116-
# dkim_dir: dkimkeys-ipv4
117-
# zone_file: staging-ipv4.testrun.org-default.zone
118-
# disable_ipv6: true
119-
# add_ssh_keys: false
114+
- host: staging-ipv4.testrun.org
115+
acme_dir: acme-ipv4
116+
dkim_dir: dkimkeys-ipv4
117+
zone_file: staging-ipv4.testrun.org-default.zone
118+
disable_ipv6: true
119+
add_ssh_keys: false
120120
environment:
121121
name: ${{ matrix.host }}
122122
url: https://${{ matrix.host }}/

0 commit comments

Comments
 (0)