Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker: improve tagging, distinguish main and latest #1891

Merged
merged 1 commit into from
May 2, 2024

Conversation

brndnmtthws
Copy link
Owner

@brndnmtthws brndnmtthws commented May 2, 2024

  • Use latest for the latest release
  • Use main (or the branch) for the latest dev builds against a branch
  • Tag releases with their version
  • Only push when building against main branch
  • Only build amd64 images on PRs for speedier builds
  • Separate main/PR caches

@github-actions github-actions bot added the gh-actions Issue or PR that suggest changing GitHub actions label May 2, 2024
Copy link

netlify bot commented May 2, 2024

Deploy Preview for conkyweb canceled.

Name Link
🔨 Latest commit ebe09b6
🔍 Latest deploy log https://app.netlify.com/sites/conkyweb/deploys/6633d2969352700008f01306

@brndnmtthws brndnmtthws added the feature New feature PR or issue label May 2, 2024
@brndnmtthws brndnmtthws force-pushed the docker-image-tagging branch 3 times, most recently from 542a7a2 to 19a7d7b Compare May 2, 2024 17:44
 * Use `latest` for the latest release
 * Use `main` (or the branch) for the latest dev builds against a branch
 * Tag releases with their version
 * Only push when building against `main` branch
 * Only build amd64 images on PRs for speedier builds
 * Separate main/PR caches
@brndnmtthws brndnmtthws merged commit 6a248a9 into main May 2, 2024
63 checks passed
@brndnmtthws brndnmtthws deleted the docker-image-tagging branch May 2, 2024 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature PR or issue gh-actions Issue or PR that suggest changing GitHub actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant