Skip to content

Commit

Permalink
ci: release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Jan 29, 2025
1 parent 3557741 commit c1b6ddc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ jobs:
labels: ${{ steps.server.outputs.labels }}
tags: ${{ steps.server.outputs.tags }}


- name: Server build with Ansible 2.16.5
uses: docker/build-push-action@v5
with:
Expand All @@ -113,8 +112,7 @@ jobs:
platforms: linux/amd64,linux/arm64 # ,linux/arm/v6
push: ${{ github.event_name != 'pull_request' }}
labels: ${{ steps.server.outputs.labels }}
tags: type=raw,value=${{ github.ref_name }}-ansible2.16.5

tags: semaphoreui/semaphore:${{ github.ref_name }}-ansible2.16.5

- name: Runner meta
id: runner
Expand All @@ -131,7 +129,6 @@ jobs:
flavor: |
latest=true
- name: Runner build
uses: docker/build-push-action@v5
with:
Expand All @@ -143,7 +140,6 @@ jobs:
labels: ${{ steps.runner.outputs.labels }}
tags: ${{ steps.runner.outputs.tags }}


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

0 comments on commit c1b6ddc

Please sign in to comment.