Skip to content

build(deps): bump github.com/btcsuite/btcd (#593) #15

build(deps): bump github.com/btcsuite/btcd (#593)

build(deps): bump github.com/btcsuite/btcd (#593) #15

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "master" ]
# pull_request:
# branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
attestations: write
id-token: write
steps:
# - uses: actions/checkout@v4
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
with:
push: true
tags: ghcr.io/gochain/explorer:${{ github.sha }},ghcr.io/gochain/explorer:latest,ghcr.io/gochain/explorer:1