Skip to content

Commit

Permalink
Update ant-media-server-docker-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu authored Dec 17, 2024
1 parent d697596 commit 59e4a0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ant-media-server-docker-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:
run: curl -L -o ant-media-server-community.zip $(curl -s https://api.github.com/repos/ant-media/Ant-Media-Server/releases/latest | grep "browser_download_url" | cut -d '"' -f 4)

- name: Download Dockerfile
run: wget --quiet https://raw.githubusercontent.com/ant-media/Scripts/$BRANCH_NAME/docker/Dockerfile_RockyLinux -O Dockerfile
run: |
echo "Building Docker image with branch: $BRANCH_NAME"
wget --quiet https://raw.githubusercontent.com/ant-media/Scripts/$BRANCH_NAME/docker/Dockerfile_RockyLinux -O Dockerfile
- name: Build Docker image
run: |
Expand Down

0 comments on commit 59e4a0d

Please sign in to comment.