Skip to content

Added client function to retrieve metadata #18

Added client function to retrieve metadata

Added client function to retrieve metadata #18

Workflow file for this run

name: Deploy to docker hub
on: [push]
#on:
# push:
# tags:
# - '*'
jobs:
publish:
runs-on: ubuntu-latest
environment: publish
steps:
- uses: actions/checkout@v4
- run: docker login -u ko1n -p ${{ secrets.DOCKER_HUB_TOKEN }}
- run: docker build -t ko1n/memflow-registry:latest .
- run: docker push ko1n/memflow-registry:latest