mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 10:56:20 +00:00
🔧 Remove the confirmation step for publishing docker images
This commit is contained in:
parent
715bd1c09e
commit
11096f1829
1
.github/workflows/build-docker-devenv.yml
vendored
1
.github/workflows/build-docker-devenv.yml
vendored
@ -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:
|
||||||
|
|||||||
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -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 }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user