Skip to content

Configure Renovate

Configure Renovate #9

Workflow file for this run

name: 'build'
on:
push:
branches:
- main
tags:
- 'v*'
pull_request:
branches:
- main
jobs:
build:
name: 'Build'
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Docker Build & Push Action
uses: mr-smithers-excellent/[email protected]
with:
image: geodesic
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
addLatest: true