Skip to content

Commit

Permalink
Merge pull request #1535 from tier4/feature/push-latest-docker-tag
Browse files Browse the repository at this point in the history
Push latest tag along with versioned Docker images.
  • Loading branch information
hakuturu583 authored Feb 26, 2025
2 parents 88351bf + 37a0948 commit 95ad312
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
*.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 }}
push: true
*.tags=ghcr.io/tier4/scenario_simulator_v2:traffic_simulator-latest
push: true
targets: |
traffic_simulator_${{ matrix.rosdistro }}
Expand Down Expand Up @@ -135,6 +136,7 @@ jobs:
*.cache-to=type=gha,mode=max
*.cache-from=type=gha
*.tags=ghcr.io/tier4/scenario_simulator_v2:humble-${{ github.event.inputs.version }}
*.tags=ghcr.io/tier4/scenario_simulator_v2:humble-latest
push: true
targets: |
${{ matrix.rosdistro }}_base_${{ matrix.arch }}

0 comments on commit 95ad312

Please sign in to comment.