Skip to content

Bump renovate/renovate from 37.377.8 to 38.55.0 #106

Bump renovate/renovate from 37.377.8 to 38.55.0

Bump renovate/renovate from 37.377.8 to 38.55.0 #106

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 .