💄 Fix a description and remove an unused event

This commit is contained in:
David Barragán Merino
2025-09-24 09:38:42 +02:00
parent d5ff7b4144
commit 09e9340ba6
2 changed files with 1 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ name: DevEnv Docker Image Builder
on:
workflow_dispatch:
workflow_call:
jobs:
build-and-push:

View File

@@ -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 }}