Skip to content

Commit

Permalink
Fix subdir tree of Containerfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel J Walsh <[email protected]>
  • Loading branch information
rhatdan committed Oct 8, 2024
1 parent bf42093 commit b39627b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
image: quay.io/ramalama/ramalama
tags: latest
containerfiles: |
container-images/ramalama/latest/Containerfile
container-images/cpuonly/Containerfile
platforms: linux/amd64, linux/arm64

- name: push images to registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
image: quay.io/ramalama/ramalama
tags: nightly
containerfiles: |
container-images/ramalama/latest/Containerfile
container-images/cpuonly/Containerfile
platforms: linux/amd64, linux/arm64

- name: push images to registry
Expand Down

0 comments on commit b39627b

Please sign in to comment.