File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ on: [push, workflow_dispatch]
33
44jobs :
55 build_image :
6- name : Build Docker Image
6+ name : Build Docker Image for ${{ github.head_ref || github.ref_name }}
77 runs-on : ubuntu-latest
88 steps :
99 - uses : actions/checkout@v2
@@ -19,12 +19,11 @@ jobs:
1919 - name : Set up Docker Buildx
2020 uses : docker/setup-buildx-action@v3
2121
22- - name : Build and push coppeliasim
22+ - name : Build and push CoppeliaSim for ${{ github.head_ref || github.ref_name }}
2323 uses : docker/build-push-action@v6
2424 with :
2525 platforms : linux/amd64
2626 push : true
2727 file : coppeliasim/Dockerfile
2828 tags : |
29- ${{ vars.DOCKER_USERNAME }}/coppeliasim:latest
30- ${{ vars.DOCKER_USERNAME }}/coppeliasim:noble_470rev4
29+ ${{ vars.DOCKER_USERNAME }}/coppeliasim:latest
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ SHELL ["/bin/bash", "-c"]
33ENV BASH_ENV="/etc/bash_env"
44
55# Some smart environment variables by @juanjqo
6- ARG COPPELIASIM_RELEASE=V4_7_0_rev4
6+ ARG COPPELIASIM_RELEASE=V4_10_0_rev0
77ARG UBUNTU_VERSION=Ubuntu24_04
88# Branch of this repository from which to download the install script
99ARG BRANCH=main
You can’t perform that action at this time.
0 commit comments