Skip to content

Commit 447e371

Browse files
authored
Update test-docker-image.yml
1 parent 856b24e commit 447e371

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
logLevel:
77
description: 'Log level'
88
required: true
9-
default: 'warning'
9+
default: 'info'
1010
type: choice
1111
options:
1212
- info
@@ -22,6 +22,6 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v3
2424
- name: Set Global Variables
25-
run: echo "version=$(date +%Y%m%d-beta)" >> $GITHUB_ENV
25+
run: echo "version=1.2.1-slim" >> $GITHUB_ENV
2626
- name: Build the Docker image
2727
run: docker build . --file Dockerfile --tag sucwangsr/janus-webrtc-gateway-docker:$version

0 commit comments

Comments
 (0)