feat: debug image name

This commit is contained in:
Leandro Costa 2025-06-21 18:40:45 -03:00
parent 82493003e8
commit b1ef7e758a
5 changed files with 68 additions and 5 deletions

View file

@ -1,4 +1,4 @@
name: Builds and Publish Docker Image
name: Build and Publish Docker Image
description: Define IMAGE_NAME to Git Hub env, based on repository name
inputs:
username:
@ -18,6 +18,6 @@ runs:
- name: Build Docker Image
uses: https://git.lhprovedor.com.br/leandro/forgejo-kaniko-action@v2
with:
image: ${{ env.IMAGE_NAME }}:${{ github.sha }},${{ env.IMAGE_NAME }}:latest
image: ${{ inputs.username }}/${{ env.IMAGE_NAME }}:${{ github.sha }},${{ inputs.username }}/${{ env.IMAGE_NAME }}:latest
username: ${{ inputs.username }}
password: ${{ inputs.password }}