Skip to content

Commit 3557741

Browse files
committed
ci: fix tag
1 parent 8d58e03 commit 3557741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
platforms: linux/amd64,linux/arm64 # ,linux/arm/v6
114114
push: ${{ github.event_name != 'pull_request' }}
115115
labels: ${{ steps.server.outputs.labels }}
116-
tags: ${{ github.ref_name }}-ansible2.16.5
116+
tags: type=raw,value=${{ github.ref_name }}-ansible2.16.5
117117

118118

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

0 commit comments

Comments
 (0)