Skip to content

Commit 340593b

Browse files
committed
add tag
1 parent c84acfa commit 340593b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
push: true
3030
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' || '' }}
3232
build-args: |
3333
ASTERISK_VERSION=${{ matrix.asterisk_version }}
3434
BASE_VERSION=${{ matrix.base_version }}
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
push: true
5858
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' || '' }}
6060
build-args: |
6161
ASTERISK_VERSION=latest
6262
BASE_VERSION=9-minimal

0 commit comments

Comments
 (0)