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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Sn0wCrack
Copy link

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 self-assigned this Sep 12, 2024
@butschster butschster added this to the 1.0 milestone Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

Better tags and labels for Docker container builds
2 participants