Skip to content

Commit

Permalink
build: prepare hook failure in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
kunish committed Feb 1, 2024
1 parent 7b0407c commit 9e5b033
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: clean old package

on:
workflow_dispatch:
schedule:
Expand All @@ -9,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/delete-package-versions@v4
with:
with:
package-name: 'metacubexd'
package-type: 'container'
min-versions-to-keep: 3
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM docker.io/oven/bun:alpine as builder

ENV HUSKY=0
WORKDIR /build

COPY . .
Expand Down

0 comments on commit 9e5b033

Please sign in to comment.