Skip to content

Commit

Permalink
finalize backbuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
azenla committed May 13, 2024
1 parent 072d162 commit 401e219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ jobs:
username: "${{github.actor}}"
password: "${{secrets.GITHUB_TOKEN}}"
- name: generate docker script
run: ./hack/ci/generate-docker-script.sh ghcr.io/edera-dev/kernels-demo > target/build.sh
run: ./hack/ci/generate-docker-script.sh ghcr.io/edera-dev/kernels > target/build.sh
- name: run docker script
run: sh target/build.sh

0 comments on commit 401e219

Please sign in to comment.