Skip to content

chore: update scan-image job #10

chore: update scan-image job

chore: update scan-image job #10

Workflow file for this run

name: build-and-push-miner
on:
push:
tags: ["v*.*.*"]
permissions:
contents: read
packages: write
security-events: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set Version
id: vars
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
- uses: aiblockofficial/workflows/.github/workflows/node-build.yml@main
with:
REGISTRY: ${{ vars.REGISTRY }}
REPOSITORY: ${{ vars.REPOSITORY }}
TAG: ${{ steps.vars.outputs.tag }}
NODE_TYPE: "miner"