Skip to content

fix(deps): update module github.com/prometheus/client_golang to v1.20.5 #50

fix(deps): update module github.com/prometheus/client_golang to v1.20.5

fix(deps): update module github.com/prometheus/client_golang to v1.20.5 #50

Workflow file for this run

name: Test Build Docker image
on:
pull_request:
branches:
- main
jobs:
build_docker_image:
name: Build Docker Image
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
file: ./build/package/Dockerfile
push: false