Skip to content

Commit

Permalink
add thomas' comments
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-hesling authored Jul 8, 2022
1 parent 35677e4 commit 4438c6a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ on:
required: true

jobs:
release-manager:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2



- name: Set up Docker Buildk
uses: docker/setup-buildx-action@v1
with:
Expand All @@ -36,3 +34,12 @@ jobs:
push: true
tags: "registry.scality.com/bert-e/bert-e:${{ github.event.inputs.tag }}"

- name: Create Release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: Release ${{ github.event.inputs.tag }}
tag_name: ${{ github.event.inputs.tag }}
generate_release_notes: true
target_commitish: ${{ github.sha }}

0 comments on commit 4438c6a

Please sign in to comment.