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 9d3d66c commit 4123796Copy full SHA for 4123796
.github/workflows/build-docker-images.yml
@@ -7,6 +7,7 @@ on:
7
types:
8
- completed
9
workflow_dispatch:
10
+ push:
11
12
permissions:
13
contents: read
@@ -19,7 +20,7 @@ concurrency:
19
20
jobs:
21
docker-build:
22
name: Multi-architecture Docker Images
- if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
23
+ if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'push' }}
24
runs-on: ubuntu-22.04
25
26
steps:
0 commit comments