File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}/
You can’t perform that action at this time.
0 commit comments