Skip to content

Commit

Permalink
added 1.25 nginx tag
Browse files Browse the repository at this point in the history
  • Loading branch information
michealch committed Feb 1, 2024
1 parent 6311254 commit 906a4b2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/1.25-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Build and Push Docker Image
on:
schedule:
- cron: '0 2 * * *'

pull_request:
branches:
- main
push:
branches:
- main
Expand All @@ -22,6 +26,7 @@ jobs:
with:
context: .
file: ./Dockerfile-1.25
load: true
tags: distrolessdevops/nginx-distroless:1.25

push:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/mainline-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Build and Push Docker Image
on:
schedule:
- cron: '0 3 * * *'

pull_request:
branches:
- main
push:
branches:
- main
Expand All @@ -22,6 +26,7 @@ jobs:
with:
context: .
file: ./Dockerfile-mainline
load: true
tags: distrolessdevops/nginx-distroless:latest

push:
Expand Down

0 comments on commit 906a4b2

Please sign in to comment.