Workflow: Docker build on all PRs (#429)

* Just amd64 and no push.
This commit is contained in:
Dominique Lasserre 2025-02-15 19:48:20 +01:00 committed by GitHub
parent 1cd38d93ba
commit 694655311f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,11 @@ on:
push: push:
branches: branches:
- 'main' - 'main'
- 'feature/config-overhaul'
tags: tags:
- 'v*' - 'v*'
pull_request: pull_request:
branches: branches:
- 'main' - '**'
- 'feature/config-overhaul'
env: env:
DOCKERHUB_REPO: akkudoktor/eos DOCKERHUB_REPO: akkudoktor/eos