File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
with :
29
29
push : true
30
30
tags : |
31
- ${{ secrets.DOCKER_USERNAME }}/asterisk-rockylinux:${{ matrix.asterisk_version }}-${{ matrix.base_version }}${{ matrix.enable_chan_sip == ' true' && '-chansip' || '' }}
31
+ ${{ secrets.DOCKER_USERNAME }}/asterisk-rockylinux:${{ matrix.asterisk_version }}-${{ matrix.base_version }}${{ matrix.enable_chan_sip == true && '-chansip' || '' }}
32
32
build-args : |
33
33
ASTERISK_VERSION=${{ matrix.asterisk_version }}
34
34
BASE_VERSION=${{ matrix.base_version }}
56
56
with :
57
57
push : true
58
58
tags : |
59
- ${{ secrets.DOCKER_USERNAME }}/asterisk-rockylinux:latest${{ matrix.enable_chan_sip == ' true' && '-chansip' || '' }}
59
+ ${{ secrets.DOCKER_USERNAME }}/asterisk-rockylinux:latest${{ matrix.enable_chan_sip == true && '-chansip' || '' }}
60
60
build-args : |
61
61
ASTERISK_VERSION=latest
62
62
BASE_VERSION=9-minimal
You can’t perform that action at this time.
0 commit comments