We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dce78b commit 5a982f4Copy full SHA for 5a982f4
.github/workflows/prod-docker-image-arm64-buildjet.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- uses: actions/checkout@v3
24
- name: Set Global Variables
25
- run: echo "version=1.2.4-arm64" >> $GITHUB_ENV
+ run: echo "version=1.3.0-arm64" >> $GITHUB_ENV
26
- name: Build the Docker image
27
run: docker build . --file Dockerfile --tag sucwangsr/janus-webrtc-gateway-docker:$version
28
- name: push hub
0 commit comments