🤖 ci(docker): auto-build on push to main + fix root Dockerfile swag step (#94)
Co-authored-by: Gabriel Radureau <arcodange@gmail.com> Co-committed-by: Gabriel Radureau <arcodange@gmail.com>
This commit was merged in pull request #94.
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
name: Docker Push
|
||||
|
||||
on:
|
||||
# Manual trigger for testing or production
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
ref:
|
||||
@@ -14,6 +13,18 @@ on:
|
||||
required: false
|
||||
type: string
|
||||
default: ''
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'AGENTS.md'
|
||||
- 'CHANGELOG.md'
|
||||
- 'AGENT_CHANGELOG.md'
|
||||
- 'documentation/**'
|
||||
- 'adr/**'
|
||||
- 'chart/**'
|
||||
- 'features/**'
|
||||
|
||||
# Environment variables
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user