Skip to content

Commit

Permalink
CI/CD: Build latest Nexus version as "development" image tag twice a …
Browse files Browse the repository at this point in the history
…week

To fast-track testing new version, building latest Nexus version to "development" Docker image tag.

We also deprecate cache warmer; build is on the same schedule making it redundant.
  • Loading branch information
klo2k committed May 5, 2024
1 parent 281b7c0 commit 271569c
Show file tree
Hide file tree
Showing 2 changed files with 6 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
57 changes: 0 additions & 57 deletions .github/workflows/github_cache_warmer.yml

This file was deleted.

0 comments on commit 271569c

Please sign in to comment.