Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Feb 12, 2024
1 parent ed12e4a commit 0715f21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ on:
push:
branches: trunk
paths:
- 'entrypoint.sh'
- 'Dockerfile'
- '**workflows/docker.yml'
workflow_dispatch:
schedule:
- cron: '30 11 18 * *'
- cron: '30 11 20 * *'

env:
REGISTRY_IMAGE: andy5995/linuxdeploy
Expand Down
5 changes: 5 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/bin/bash

echo ""
echo "linuxdeploy Build Helper Container v2.0.0"
echo "https://github.com/andy5995/linuxdeploy-build-helper-container"
echo ""

OLDPWD=$PWD

if [ -z "HOSTUID" ]; then
Expand Down

0 comments on commit 0715f21

Please sign in to comment.