Skip to content

Commit 6315e07

Browse files
committed
feat: agents release workflow
1 parent 8eab305 commit 6315e07

File tree

7 files changed

+504
-39
lines changed

7 files changed

+504
-39
lines changed

.github/workflows/rust-docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ jobs:
6161
tags: |
6262
type=ref,event=branch
6363
type=ref,event=pr
64+
type=ref,event=tag
65+
type=semver,pattern={{version}}
66+
type=semver,pattern={{major}}.{{minor}}
6467
type=raw,value=${{ steps.taggen.outputs.TAG_SHA }}-${{ steps.taggen.outputs.TAG_DATE }}
6568
- name: Set up Depot CLI
6669
uses: depot/setup-action@v1

0 commit comments

Comments
 (0)