docker-ntp icon indicating copy to clipboard operation
docker-ntp copied to clipboard

Adds a new workflow for building the image using GitHub Actions

Open stumpylog opened this issue 2 years ago • 0 comments

This adds a GitHub Actions workflow to build and optionally push the Docker image, using the standard actions, mostly from Docker themselves.

Features

  • Pushes only on the push of a vX.Y.Z tag, builds on pushes to main or feature/* branches
  • Automatic standard labels for the image
  • Automatic image tags including allowing users to follow a release series (vX.Y vs vX.Y.Z)
  • Same multi-arch building
  • No need for build-multiarch.sh anymore, though I kept it for reference

stumpylog avatar Oct 09 '23 19:10 stumpylog