Skip to content

Commit

Permalink
Merge pull request #26 from klo2k/development
Browse files Browse the repository at this point in the history
Auto build + push latest Nexus version to "development" docker image tag
  • Loading branch information
klo2k authored May 5, 2024
2 parents 281b7c0 + 052ef87 commit 3df5d7e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 58 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/deploy_development.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
name: Deploy Development Build

# Trigger on push to "development" branch
on:
push:
# On push to "development" branch for relevant files
branches:
- development
paths:
- .github/**
- files/**
- Dockerfile
schedule:
# Run 05:00 UTC every TUE, FRI
- cron: "0 5 * * 2,5"
# On-demand push-button build, why not...
workflow_dispatch:

jobs:
get_latest_version:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/get_nexus_version_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
nexus_version:
description: Latest Nexus Version
value: ${{ jobs.get_latest_version.outputs.nexus_version }}
# Allow push-button run for debugging...
workflow_dispatch:

jobs:
get_latest_version:
Expand Down
57 changes: 0 additions & 57 deletions .github/workflows/github_cache_warmer.yml

This file was deleted.

0 comments on commit 3df5d7e

Please sign in to comment.