Skip to content

build(deps): Bump google.golang.org/grpc from 1.57.0 to 1.58.1 (backp… #63

build(deps): Bump google.golang.org/grpc from 1.57.0 to 1.58.1 (backp…

build(deps): Bump google.golang.org/grpc from 1.57.0 to 1.58.1 (backp… #63

name: Publish Image
on:
push:
branches:
- umee
jobs:
build_and_publish:
name: Build and Publish Docker Image
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: umee
- name: Log in to the Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: USERNAME
password: ${{ secrets.REPO_PUSH_PAT }}
- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
context: .
push: true
tags: ghcr.io/umee-network/price-feeder-umee