Skip to content

Commit 780dcac

Browse files
authored
Merge pull request #1596 from tier4/fix/docker_push
fix push tag position
2 parents b3ec542 + 57684bd commit 780dcac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
*.cache-from=type=gha
7171
*.tags=ghcr.io/tier4/scenario_simulator_v2:traffic_simulator_${{ matrix.rosdistro }}-${{ github.event.inputs.version }}
7272
*.tags=ghcr.io/tier4/scenario_simulator_v2:traffic_simulator-latest
73-
push: true
73+
push: true
7474
targets: |
7575
traffic_simulator_${{ matrix.rosdistro }}
7676

0 commit comments

Comments
 (0)