diff --git a/.github/workflows/build-k8s-utils.yaml b/.github/workflows/build-k8s-utils.yaml index 2ecc4cd..2e94b55 100644 --- a/.github/workflows/build-k8s-utils.yaml +++ b/.github/workflows/build-k8s-utils.yaml @@ -4,7 +4,7 @@ on: push: branches: - main - + env: registry: ghcr.io/filipevrevez image-name: ${{ github.event.repository.name }} @@ -60,7 +60,7 @@ jobs: - name: 🐬 Docker lint uses: hadolint/hadolint-action@v3.1.0 with: - dockerfile: ${{ inputs.dockerfile-location }} + dockerfile: k8s-utils.containerfile - name: 🪵 Login to GHCR uses: docker/login-action@v3