mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-13 01:14:28 +03:00
Revert "Disable deployments for release env (#7033)"
This reverts commit 8f0e99b875.
This commit is contained in:
committed by
GitHub
parent
39954af96a
commit
0a77776a8b
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -38,9 +38,7 @@ jobs:
|
||||
docker-build:
|
||||
name: Build Vaultwarden containers
|
||||
if: ${{ github.repository == 'dani-garcia/vaultwarden' }}
|
||||
environment:
|
||||
name: release
|
||||
deployment: false
|
||||
environment: release
|
||||
permissions:
|
||||
packages: write # Needed to upload packages and artifacts
|
||||
contents: read
|
||||
@@ -251,9 +249,7 @@ jobs:
|
||||
name: Merge manifests
|
||||
runs-on: ubuntu-latest
|
||||
needs: docker-build
|
||||
environment:
|
||||
name: release
|
||||
deployment: false
|
||||
environment: release
|
||||
permissions:
|
||||
packages: write # Needed to upload packages and artifacts
|
||||
attestations: write # Needed to generate an artifact attestation for a build
|
||||
|
||||
Reference in New Issue
Block a user