EnAccess / micropowermanager

Open Source Management Tool for Decentralized Utilities.
https://micropowermanager.io/
MIT License
2 stars 4 forks source link

Deploy/docker images #278

Closed Delyc closed 1 month ago

Delyc commented 1 month ago

Brief summary of the change made

Are there any other side effects of this change that we should be aware of?

None

Describe how you tested your changes?

Pull Request checklist

Please confirm you have completed any of the necessary steps below.

dmohns commented 1 month ago

Hey @Delyc

could you please keep it to one change per PR? You are doing many things here 🙈

Regarding the CI/CD: Please be careful with pushing to Dockerhub ⚠️ Currently, you are trying to push on every commit.

on:
  push:
    branches:
      - deploy/docker-images

This should be triggered by creation of a release, not by branch.