diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index be862bb..6fd5da9 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -1,10 +1,9 @@ name: Publish Docker image -# on: -# release: -# types: [published] +# Only make and deploy new docker images on tagged releases. on: - [push] + release: + types: [published] jobs: push_to_registry: diff --git a/.vscode/settings.json b/.vscode/settings.json index 05d051d..f020be3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -23,6 +23,7 @@ "boundarydonotcross", "brotli", "Buildroot", + "buildx", "certifi", "checkin", "classicwebcam",