Skip to content

Commit

Permalink
test: 更新 workflow 用来测试构建 Tag
Browse files Browse the repository at this point in the history
  • Loading branch information
BigOrangeQWQ committed Oct 23, 2024
1 parent 9cdf74a commit da60dc9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ jobs:
id: metadata
with:
images: ghcr.io/bigorangeqwq/nonetest
flavor: |
prefix=${{ matrix.python-version }}-,onlatest=true
tags: |
type=semver,pattern={{version}},prefix=${{ matrix.python-version }}-
type=ref,event=branch,prefix=${{ matrix.python-version }}-
type=semver,pattern={{version}}
type=ref,event=branch
- name: Build and Publish
uses: docker/build-push-action@v6
Expand Down

0 comments on commit da60dc9

Please sign in to comment.