Skip to content

Bump renovate/renovate from 37.83.0 to 37.115.0 #72

Bump renovate/renovate from 37.83.0 to 37.115.0

Bump renovate/renovate from 37.83.0 to 37.115.0 #72

Workflow file for this run

name: Run
on: [pull_request]
jobs:
test-build:
name: Renovate Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Prepare environment variables
run: echo "IMAGE_NAME=aligent/renovate-pipe" >> $GITHUB_ENV
- name: Build Dockerfile
run: docker build -t "$IMAGE_NAME" -f Dockerfile .