Skip to content

Bump actions/setup-python from 4.7.0 to 4.7.1 (#370) #65

Bump actions/setup-python from 4.7.0 to 4.7.1 (#370)

Bump actions/setup-python from 4.7.0 to 4.7.1 (#370) #65

name: Build Iron Dockerfile
# description: builds the dockerfile contained within the repo
on:
pull_request:
branches:
- master
push:
branches:
- master
schedule:
# Run every morning to detect broken dependencies
- cron: '50 1 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile/Dockerfile --tag ros2_control_demos_iron