SCADA-LTS / Scada-LTS

Scada-LTS is an Open Source, web-based, multi-platform solution for building your own SCADA (Supervisory Control and Data Acquisition) system.
GNU General Public License v2.0
718 stars 287 forks source link

Correct Travis build script to build Docker Images with appropriate version tag #1736

Closed radek2s closed 3 years ago

radek2s commented 3 years ago

Expected Behavior After Travis build a docker image with tag that has appropriate issue number is created. Also we should versioning the "release" images instead overriding this one. Maybe we should create new tag: "stable" that will always contain the latest stable Scada-LTS version?.

Actual Behavior Image with tag "release" is replaced every time new version has been released.

Specifications Version: 2.7.1 Platform: Linux

radek2s commented 3 years ago

Fixed in Pull Request #1849

Used docker/metadata-action@v3 action to get meta-tags from the Pull Request and Push events.