Skip to content

build(deps): Bump golang.org/x/sync from 0.3.0 to 0.4.0 (backport #28… #70

build(deps): Bump golang.org/x/sync from 0.3.0 to 0.4.0 (backport #28…

build(deps): Bump golang.org/x/sync from 0.3.0 to 0.4.0 (backport #28… #70

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