refactor: update Docker workflow and configuration for clarity and consistency

This commit is contained in:
2024-11-11 14:41:51 +01:00
parent d264e05d31
commit 19f8c54b57
3 changed files with 8 additions and 8 deletions

View File

@@ -4,10 +4,7 @@ on:
release:
types: [published]
push:
branches: [ "main" ]
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "main" ]
env:
IMAGE_NAME: ${{ github.repository }}