This repository was archived by the owner on Aug 8, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,15 +3,16 @@ name: Check for update and release
33on :
44 workflow_dispatch :
55 schedule :
6- - cron : " 0 0 * * *"
6+ - cron : " 0 * * * *"
77
88jobs :
99 call-workflow :
10- uses : linuxserver-labs/docker-actions/.github/workflows/check-and-release.yml@v5
10+ uses : linuxserver-labs/docker-actions/.github/workflows/check-and-release.yml@v2
1111 with :
1212 repo_owner : ${{ github.repository_owner }}
13- app_name : fail2ban
14- release_type : alpine
15- release_name : fail2Ban
13+ app_name : " fail2ban"
14+ release_type : " alpine"
15+ release_url : " v3.14/main"
16+ release_name : " fail2ban"
1617 secrets :
1718 repo_release_token : ${{ secrets.repo_release_token }}
Original file line number Diff line number Diff line change 1- FROM ghcr.io/linuxserver/baseimage-alpine:3.15
1+ FROM ghcr.io/linuxserver/baseimage-alpine:3.14
22
33# set version label
44ARG BUILD_DATE
55ARG VERSION
66LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
7- LABEL maintainer="Roxedus "
7+ LABEL maintainer="nomandera "
88
99# environment settings
1010ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
Original file line number Diff line number Diff line change 1+ target "docker-metadata-action" {}
2+
3+ group "default" {
4+ targets = [" image-local" ]
5+ }
6+
7+ target "image" {
8+ inherits = [" docker-metadata-action" ]
9+ }
10+
11+ target "image-local" {
12+ inherits = [" image" ]
13+ output = [" type=docker" ]
14+ }
15+
16+ target "image-all" {
17+ inherits = [" image" ]
18+ platforms = [
19+ " linux/amd64" ,
20+ " linux/arm64" ,
21+ " linux/arm/v7"
22+ ]
23+ }
You can’t perform that action at this time.
0 commit comments