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: .