We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2fe6f1 commit ba04cb6Copy full SHA for ba04cb6
.github/workflows/docker-integrations.yml
@@ -1,9 +1,8 @@
1
name: Build and Push Docker Image
2
3
on:
4
- push:
5
- branches:
6
- - main
+ release:
+ types: [published]
7
8
jobs:
9
push_to_registry:
0 commit comments