Skip to content

Commit 4463720

Browse files
authored
Update prod-docker-image.yml
1 parent 4fd4958 commit 4463720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v3
2424
- name: Set Global Variables
25-
run: echo "version=1.3.1-slim" >> $GITHUB_ENV
25+
run: echo "version=1.3.2-slim" >> $GITHUB_ENV
2626
- name: Build the Docker image
2727
run: docker build . --file Dockerfile --tag sucwangsr/janus-webrtc-gateway-docker:$version
2828
- name: push hub

0 commit comments

Comments
 (0)