Skip to content

chore(deps): bump gorm.io/plugin/prometheus from 0.0.0-20231026031148-436184e80556 to 0.1.0 #2881

chore(deps): bump gorm.io/plugin/prometheus from 0.0.0-20231026031148-436184e80556 to 0.1.0

chore(deps): bump gorm.io/plugin/prometheus from 0.0.0-20231026031148-436184e80556 to 0.1.0 #2881

Workflow file for this run

on: pull_request
name: Build
# Declare default permissions as read only
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
target:
- docker-full
- docker-minimal
steps:
- name: Checkout code
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- name: Build Container
run: make ${{matrix.target}}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}