Skip to content

Commit

Permalink
Update release requirements (#1943)
Browse files Browse the repository at this point in the history
Include the requirement for a reviewer to approve the release before initiating the release pipeline and deploying the image to Docker Hub.
  • Loading branch information
FranCerdan authored Mar 18, 2024
1 parent e38b49e commit 44a2fc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
release-docker:
name: Release Docker
environment: release
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
Expand Down Expand Up @@ -109,4 +110,4 @@ jobs:
context: ./hornet-nest
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit 44a2fc6

Please sign in to comment.