Skip to content

Check if verified dao has fungible id in zerion. #47

Check if verified dao has fungible id in zerion.

Check if verified dao has fungible id in zerion. #47

Workflow file for this run

name: docker
on:
push:
tags:
- 'v*.*.*'
pull_request:
permissions:
repository-projects: read
contents: read
packages: write
pull-requests: read
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v6
with:
platforms: linux/amd64
push: true
tags: "ghcr.io/${{ env.GITHUB_REPOSITORY }}:${{ env.GITHUB_REF_SLUG_URL }}"