Skip to content

fix: Metrics endpoint not sending Content-Type header, causing Promet… #56

fix: Metrics endpoint not sending Content-Type header, causing Promet…

fix: Metrics endpoint not sending Content-Type header, causing Promet… #56

Workflow file for this run

name: docker-ci
on:
push:
branches: [master]
permissions:
packages: write
contents: read
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
push: true
tags: ghcr.io/reamlabs/ream:latest