Skip to content

Commit c1b6ddc

Browse files
committed
ci: release tag
1 parent 3557741 commit c1b6ddc

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/release.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ jobs:
101101
labels: ${{ steps.server.outputs.labels }}
102102
tags: ${{ steps.server.outputs.tags }}
103103

104-
105104
- name: Server build with Ansible 2.16.5
106105
uses: docker/build-push-action@v5
107106
with:
@@ -113,8 +112,7 @@ jobs:
113112
platforms: linux/amd64,linux/arm64 # ,linux/arm/v6
114113
push: ${{ github.event_name != 'pull_request' }}
115114
labels: ${{ steps.server.outputs.labels }}
116-
tags: type=raw,value=${{ github.ref_name }}-ansible2.16.5
117-
115+
tags: semaphoreui/semaphore:${{ github.ref_name }}-ansible2.16.5
118116

119117
- name: Runner meta
120118
id: runner
@@ -131,7 +129,6 @@ jobs:
131129
flavor: |
132130
latest=true
133131
134-
135132
- name: Runner build
136133
uses: docker/build-push-action@v5
137134
with:
@@ -143,7 +140,6 @@ jobs:
143140
labels: ${{ steps.runner.outputs.labels }}
144141
tags: ${{ steps.runner.outputs.tags }}
145142

146-
147143
- name: Runner build with Ansible 2.16.5
148144
uses: docker/build-push-action@v5
149145
with:
@@ -153,4 +149,4 @@ jobs:
153149
platforms: linux/amd64,linux/arm64 #,linux/arm/v6
154150
push: ${{ github.event_name != 'pull_request' }}
155151
labels: ${{ steps.runner.outputs.labels }}
156-
tags: type=raw,value=${{ github.ref_name }}-ansible2.16.5
152+
tags: semaphoreui/runner:${{ github.ref_name }}-ansible2.16.5

0 commit comments

Comments
 (0)