target / strelka

Real-time, container-based file scanning at enterprise scale
Other
857 stars 111 forks source link

Implement Docker Image Publishing on New Tag Creation #373

Closed phutelmyer closed 1 year ago

phutelmyer commented 1 year ago

Describe the change This pull request includes changes to our GitHub Actions workflow, specifically targeting the process of building and pushing Docker images. The new workflow will trigger whenever a new tag is created in the repository.

Images are now being pushed to https://hub.docker.com/u/target

Changes Include:

The updated workflow:

  1. Checks out the repository.
  2. Logs in to Docker Hub.
  3. Builds, tags, and pushes each Docker image.
  4. Logs out from Docker Hub.

Describe testing procedures N/A

Sample output N/A

Checklist