You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/image.yaml
+5-2
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,12 @@ name: Create and publish a Docker image
3
3
4
4
# Configures this workflow to run every time a change is pushed to the branch called `release`.
5
5
on:
6
-
release:
7
-
types: [created]
6
+
#release:
7
+
# types: [created]
8
8
workflow_dispatch:
9
+
push:
10
+
pull_request:
11
+
#branch:
9
12
10
13
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
0 commit comments