Skip to content

Bump renovate/renovate from 37.356.1 to 37.377.8 #93

Bump renovate/renovate from 37.356.1 to 37.377.8

Bump renovate/renovate from 37.356.1 to 37.377.8 #93

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 .