Skip to content

Commit

Permalink
Update k8s-utils.containerfile with Docker build command
Browse files Browse the repository at this point in the history
  • Loading branch information
filipevrevez committed Apr 8, 2024
1 parent 8a80a43 commit b6b9b93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-k8s-utils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main

env:
registry: ghcr.io/filipevrevez
image-name: ${{ github.event.repository.name }}
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- name: 🐬 Docker lint
uses: hadolint/[email protected]
with:
dockerfile: ${{ inputs.dockerfile-location }}
dockerfile: k8s-utils.containerfile

- name: 🪵 Login to GHCR
uses: docker/login-action@v3
Expand Down

0 comments on commit b6b9b93

Please sign in to comment.