Skip to content

add contractFetchAddress: "testsourcify" for testnet #15

add contractFetchAddress: "testsourcify" for testnet

add contractFetchAddress: "testsourcify" for testnet #15

Workflow file for this run

name: Publish a docker image
on:
workflow_dispatch:
push:
branches:
- master
tags:
- 'v*'
release:
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v2
- uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/metadata-action@v3
id: meta_sourcify
with:
images: ghcr.io/ambrosus/sourcify
- uses: docker/build-push-action@v2
with:
push: true
tags: ${{ steps.meta_sourcify.outputs.tags }}
labels: ${{ steps.meta_sourcify.outputs.labels }}