Skip to content

Bump anchore/sbom-action from 0.17.8 to 0.17.9 #323

Bump anchore/sbom-action from 0.17.8 to 0.17.9

Bump anchore/sbom-action from 0.17.8 to 0.17.9 #323

Workflow file for this run

name: Build Image
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Docker Setup QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build Docker image
uses: docker/build-push-action@v6
with:
context: .
push: false
pull: true
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/i386,linux/ppc64le,linux/riscv64
tags: ams21/tor-relay:latest