Skip to content

Commit 44fa9f1

Browse files
author
Murilo Marinho
committed
[docker] Making latest point to 4_10_0rev0
1 parent e84797a commit 44fa9f1

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/docker_build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push, workflow_dispatch]
33

44
jobs:
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

coppeliasim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SHELL ["/bin/bash", "-c"]
33
ENV 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
77
ARG UBUNTU_VERSION=Ubuntu24_04
88
# Branch of this repository from which to download the install script
99
ARG BRANCH=main

0 commit comments

Comments
 (0)