Skip to content

feat: configure k8s setup to add prometheus (#39) #8

feat: configure k8s setup to add prometheus (#39)

feat: configure k8s setup to add prometheus (#39) #8

Workflow file for this run

name: Deploy on DockerHub
on:
push:
branches:
- master
jobs:
docker:
runs-on: ubuntu-latest
name: Push
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.USERNAME }}
password: ${{ secrets.TOKEN }}
- name: Build and push
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64, linux/arm64/v8
push: true
tags: yoeight/gethdb:latest