Skip to content

push regular images instead of manifest in case of single arch on gitlab #64

push regular images instead of manifest in case of single arch on gitlab

push regular images instead of manifest in case of single arch on gitlab #64

Workflow file for this run

name: GitHub
on: [push]
jobs:
trigger-ros:
runs-on: ubuntu-latest
steps:
- uses: convictional/[email protected]
with:
owner: ika-rwth-aachen
repo: docker-ros-ci
ref: main
workflow_file_name: ros.yml
client_payload: '{"docker-ros-git-ref": "${{ github.sha }}"}'
github_token: ${{ secrets.DOCKER_ROS_CI_TRIGGER_GITHUB_TOKEN }}
trigger-ros2:
runs-on: ubuntu-latest
steps:
- uses: convictional/[email protected]
with:
owner: ika-rwth-aachen
repo: docker-ros-ci
ref: main
workflow_file_name: ros2.yml
client_payload: '{"docker-ros-git-ref": "${{ github.sha }}"}'
github_token: ${{ secrets.DOCKER_ROS_CI_TRIGGER_GITHUB_TOKEN }}