🔧 Remove the confirmation step for publishing docker images

This commit is contained in:
David Barragán Merino 2026-06-02 11:02:35 +02:00
parent 1f2f1bdaf4
commit 9df1e99c08
2 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@ on:
jobs:
build-and-push:
name: Build and push DevEnv Docker image
environment: release-admins
runs-on: penpot-runner-02
steps:

View File

@ -19,7 +19,6 @@ permissions:
jobs:
release:
environment: release-admins
runs-on: ubuntu-24.04
outputs:
version: ${{ steps.vars.outputs.gh_ref }}