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

Improve docker image deployment action #254

Merged
merged 2 commits into from
Oct 2, 2024

Conversation

Sn0wCrack
Copy link
Contributor

I've done a few things here:

  • Remove the need for WyriHaximus/github-action-get-previous-tag by replacing it with ${{ github.ref_name }}.
  • Add names to each job to better identify what they're doing.
  • Update all Docker actions to the latest versions available.
  • Generate Tags and Labels using Docker Metadata action to generate semver style tags for releases.

Fixes #252

@butschster butschster requested a review from lotyp September 12, 2024 06:14
@butschster butschster self-assigned this Sep 12, 2024
@butschster butschster added this to the 1.0 milestone Sep 12, 2024
@butschster butschster merged commit 874b4db into buggregator:master Oct 2, 2024
1 of 7 checks passed
@butschster
Copy link
Member

@Sn0wCrack Thx a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Better tags and labels for Docker container builds
2 participants