Skip to content

Create and Push Docker Image #1

Create and Push Docker Image

Create and Push Docker Image #1

Workflow file for this run

name: Create and Push Docker Image
on:
release:
types: [published]
jobs:
build-and-push-image:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Log in to the Container registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: strangelove-ventures/heighliner-build-action@v1.0.3
with:
chain: sunrise
dockerfile: cosmos
build-target: make install
binaries: |
- /go/bin/sunrised