fixup! Build Docker image with Kaniko
Build and publish Docker image / build (push) Failing after 27s Details

This commit is contained in:
TheAssassin 2024-06-01 17:02:22 +02:00
parent c72c4c0055
commit 9a091c0907
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build Docker image with kaniko - name: Build Docker image with kaniko
uses: aevea/action-kaniko@9223ef89b8302afed279fc956849bfd45d7686d2 uses: https://code.thetadev.de/ThetaDev/action-kaniko@dbb8da86cf2d498dde8ec1b3be967ceda17a21ff
with: with:
image: ${{ env.IMAGE_NAME }} image: ${{ env.IMAGE_NAME }}
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}