mirror of https://github.com/penpot/penpot.git
💄 Fix a description and remove an unused event
This commit is contained in:
parent
d5ff7b4144
commit
09e9340ba6
|
|
@ -2,7 +2,6 @@ name: DevEnv Docker Image Builder
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
# username: ${{ secrets.PUB_DOCKER_USERNAME }}
|
||||
# password: ${{ secrets.PUB_DOCKER_PASSWORD }}
|
||||
|
||||
# - name: Publish docker images to Public Registry
|
||||
# - name: Publish docker images to DockerHub
|
||||
# env:
|
||||
# TAG: ${{ steps.vars.outputs.gh_ref }}
|
||||
# REGISTRY: ${{ secrets.DOCKER_REGISTRY }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue