🔧 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 715bd1c09e
commit 11096f1829
2 changed files with 0 additions and 2 deletions

View File

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

View File

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