Skip to content

Add dated tagged docker images to be able to rollback#27

Merged
SergioNR merged 9 commits intonextfrom
add-docker-releases
Dec 26, 2025
Merged

Add dated tagged docker images to be able to rollback#27
SergioNR merged 9 commits intonextfrom
add-docker-releases

Conversation

@SergioNR
Copy link
Copy Markdown
Member

Description

Modified Github Actions to add a dated tag to be able to rollback if needed

Types of Changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update (if applicable)
  • Refactor (non-breaking change that improves the code structure)

Related issue

Explanation of changes/Implementation

Modified Github Actions to add a dated tag to be able to rollback if needed

Screenshots (if applicable)

Pull Request Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Additional Notes

@kilo-code-bot
Copy link
Copy Markdown

kilo-code-bot Bot commented Dec 26, 2025

✅ No Issues Found

2 files reviewed | Confidence: 95% | Recommendation: Merge

Review Details

Files: .github/workflows/docker:build&push.yaml, compose.yaml

Changes:

  • Docker workflow: Added dated image tags using docker/metadata-action for rollback capability
  • Compose file: Added MINIO/S3 environment variable references (currently commented)

Checked: Security, configuration, deployment, rollback strategy

The changes implement a robust Docker image tagging strategy that will enable easy rollback to previous deployments. Using docker/metadata-action with dated tags is the recommended approach for this use case.

@SergioNR SergioNR merged commit c670f91 into next Dec 26, 2025
@SergioNR SergioNR deleted the add-docker-releases branch December 26, 2025 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant