Skip to content

Commit

Permalink
chore: bump vib version to v0.7.3
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 Jul 4, 2024
1 parent aaf15b3 commit 981d5e7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: vars
run: echo "sha_short=$(git rev-parse --short HEAD) >> $GITHUB_OUTPUT"

- uses: vanilla-os/[email protected].2
- uses: vanilla-os/[email protected].3

- uses: actions/upload-artifact@v4
with:
Expand Down
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
articles_repo/
articles_repo/
Containerfile
sources/
downloads/
plugins/
8 changes: 6 additions & 2 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ stages:
singlelayer: false
labels:
maintainer: Vanilla OS Contributors
entrypoint: ["./app/chronos"]
entrypoint:
workdir: /app
exec:
- ./chronos
args:
DEBIAN_FRONTEND: noninteractive
runs:
- echo 'APT::Install-Recommends "0";' > /etc/apt/apt.conf.d/01norecommends
commands:
- echo 'APT::Install-Recommends "0";' > /etc/apt/apt.conf.d/01norecommends
modules:
- name: update-repo
type: shell
Expand Down

0 comments on commit 981d5e7

Please sign in to comment.