Skip to content

Commit cafde8f

Browse files
authored
Update prod-docker-image-arm64-buildjet.yml
1 parent 6c77fd1 commit cafde8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prod-docker-image-arm64-buildjet.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.2.3-arm64" >> $GITHUB_ENV
25+
run: echo "version=1.2.4-arm64" >> $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)