Skip to content

Commit

Permalink
test: rename Containerfile to Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed May 3, 2024
1 parent ffecea6 commit 533e599
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Rename Containerfile to Dockerfile
run: mv Containerfile Dockerfile

- name: Build and push image
id: push-ghcr
uses: docker/[email protected]
Expand Down

0 comments on commit 533e599

Please sign in to comment.