Skip to content

Commit

Permalink
fix build_branch gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
automixer committed Apr 6, 2024
1 parent 2e23a1a commit baa9efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: "${{ github.repository }}:${{ github.ref.name }}"
tags: "${{ github.repository }}:${{ github.ref_name }}"
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit baa9efb

Please sign in to comment.