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

Add checkout action for workflow to release Docker images #20

Merged
merged 3 commits into from
Mar 13, 2024

Commits on Mar 13, 2024

  1. Modify Docker release GitHub workflow triggers

    Triggers for the Docker release GitHub workflow have been altered. It has been simplified to perform actions only on pushes to the 'master' branch. Authenticated Docker Hub login and automatic pushes are still operational, however, pull request triggers have been removed. Plugin-specific docker meta actions and related steps are also removed.
    Denis Smet committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ee4860a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3a678c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into simplify-docker-push

    # Conflicts:
    #	.github/workflows/release-docker.yml
    Denis Smet committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b8f2a2c View commit details
    Browse the repository at this point in the history