Skip to content

Commit

Permalink
ci: fix tag
Browse files Browse the repository at this point in the history
fiftin committed Jan 29, 2025
1 parent 8d58e03 commit 3557741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -113,7 +113,7 @@ jobs:
platforms: linux/amd64,linux/arm64 # ,linux/arm/v6
push: ${{ github.event_name != 'pull_request' }}
labels: ${{ steps.server.outputs.labels }}
tags: ${{ github.ref_name }}-ansible2.16.5
tags: type=raw,value=${{ github.ref_name }}-ansible2.16.5


- name: Runner meta
@@ -153,4 +153,4 @@ jobs:
platforms: linux/amd64,linux/arm64 #,linux/arm/v6
push: ${{ github.event_name != 'pull_request' }}
labels: ${{ steps.runner.outputs.labels }}
tags: ${{ github.ref_name }}-ansible2.16.5
tags: type=raw,value=${{ github.ref_name }}-ansible2.16.5

0 comments on commit 3557741

Please sign in to comment.