We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba58de1 commit 9169a2eCopy full SHA for 9169a2e
.github/workflows/build_docker_image.yml
@@ -3,6 +3,10 @@ name: MultiArchDockerBuild
3
on:
4
release:
5
types: [published]
6
+ push:
7
+ branches:
8
+ - main
9
+ - feature/docker-container
10
11
jobs:
12
docker:
0 commit comments