feat: debug image name
This commit is contained in:
parent
82493003e8
commit
d6547a1b8f
5 changed files with 63 additions and 5 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue