16.3.8
Description
Abstract
Fix wrong format in push tag in Docker.yaml.
Background
Docker images for traffic_simulator does not exist on GitHub container registry.
Details
In, #1535.
Push tags in Docker.yaml was wrong.
wrong
- name: Build and push
if: github.event_name == 'workflow_dispatch'
uses: docker/bake-action@v6.3.0
with:
files: |
./docker-bake.hcl
workdir: .
set: |
*.cache-to=type=gha,mode=max
*.cache-from=type=gha
*.tags=ghcr.io/tier4/scenario_simulator_v2:traffic_simulator_${{ matrix.rosdistro }}-${{ github.event.inputs.version }}
*.tags=ghcr.io/tier4/scenario_simulator_v2:traffic_simulator-latest
push: true
targets: |
traffic_simulator_${{ matrix.rosdistro }}right
- name: Build and push
if: github.event_name == 'workflow_dispatch'
uses: docker/bake-action@v6.3.0
with:
files: |
./docker-bake.hcl
workdir: .
set: |
*.cache-to=type=gha,mode=max
*.cache-from=type=gha
*.tags=ghcr.io/tier4/scenario_simulator_v2:traffic_simulator_${{ matrix.rosdistro }}-${{ github.event.inputs.version }}
*.tags=ghcr.io/tier4/scenario_simulator_v2:traffic_simulator-latest
push: true
targets: |
traffic_simulator_${{ matrix.rosdistro }}References
Destructive Changes
N/A
Known Limitations
N/A