ci(build.yml): enable latest tag and onlatest for hardware suffix

This commit updates the GitHub Actions workflow to ensure that images built with a hardware suffix are tagged as 'latest'. Additionally, it modifies the README.md to enhance the documentation around the Docker container deployment, including basic and GPU-accelerated deployment instructions.
This commit is contained in:
Sergey Krashevich
2024-05-09 05:58:38 +03:00
parent a0030194cb
commit f3f08afac8
2 changed files with 30 additions and 3 deletions
+2 -2
View File
@@ -170,8 +170,8 @@ jobs:
with:
images: ${{ github.repository }}
flavor: |
suffix=-hardware
latest=false
suffix=-hardware,onlatest=true
latest=auto
tags: |
type=ref,event=branch
type=semver,pattern={{version}},enable=false