Skip to content

Commit

Permalink
Create release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tanyav2 authored Jan 21, 2025
1 parent 137a5a4 commit f1f994b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Build and Attest

on:
push:
tags:
- 'v*'

jobs:
release:
runs-on: large
permissions:
contents: write
packages: write
id-token: write
attestations: write

steps:
- uses: actions/checkout@v4
- uses: tinfoilanalytics/[email protected]
with:
docker-context: .
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f1f994b

Please sign in to comment.