Skip to content

Commit

Permalink
Update release.yml
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 13, 2024
1 parent 77e364a commit bbc8e56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
docker:
name: Release Docker
environment: release
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
Expand Down

0 comments on commit bbc8e56

Please sign in to comment.