Skip to content

Commit

Permalink
fix: tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Aug 17, 2023
1 parent b7ec7e4 commit 546c3ba
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,8 @@ jobs:
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
# Either need to remove (like relay), or do something like these:
# - https://github.com/WalletConnect/aws-otel-collector/blob/0a71bfefdc7f543a5779ffb2fa5a71dc021b8ea6/.github/workflows/release.yaml#L75
# - https://github.com/WalletConnect/supabase-prometheus-exporter/blob/fca660e215d7a68f405b3dadfdc8bb1438cfa06e/.github/workflows/release.yaml#L75
# Those are only ones with working latest version
# type=raw,value=${{ needs.release.outputs.version }}
type=raw,value=${{ needs.release.outputs.version }}
type=raw,value=latest,enable={{is_default_branch}}
# Setup Buildkit
- name: Set up Docker Buildx
Expand Down

0 comments on commit 546c3ba

Please sign in to comment.