Skip to content

Commit

Permalink
Merge pull request #257 from rhatdan/containers
Browse files Browse the repository at this point in the history
Fix subdir tree of Containerfiles
  • Loading branch information
rhatdan authored Oct 9, 2024
2 parents f68ce47 + 3a341a8 commit 6f7dccb
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,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 @@ -77,7 +77,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
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion container_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ main() {
platform="linux/arm64"
fi

for i in container-images/*/*; do
for i in container-images/*; do
build "$i" "$@"
done
}
Expand Down

0 comments on commit 6f7dccb

Please sign in to comment.