From 981c44f15c5f7bcaa94f2b86d339815b1e80df26 Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin Date: Thu, 1 Aug 2024 22:13:35 +0200 Subject: [PATCH] init --- action.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yaml b/action.yaml index 8076d30..edeb0c5 100644 --- a/action.yaml +++ b/action.yaml @@ -18,12 +18,12 @@ runs: - uses: docker/metadata-action@v5 id: meta with: - images: ${{ input.registry }}/${{ gitea.repository }} + images: ${{ inputs.registry }}/${{ gitea.repository }} - uses: docker/login-action@v3 with: - registry: ${{ input.registry }} - username: ${{ input.username }} - password: ${{ input.password }} + registry: ${{ inputs.registry }} + username: ${{ inputs.username }} + password: ${{ inputs.password }} - uses: docker/build-push-action@v6 with: context: .