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/build-image.yml
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,8 @@ name: Create and publish a Docker image
2
2
3
3
# Configures this workflow to run every time a tag is pushed.
4
4
on:
5
-
push:
6
-
tags:
7
-
- '*'
5
+
release:
6
+
types: [published]
8
7
9
8
# 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.
A lightweight, flexible NGINX reverse proxy designed for seamless deployment with [Coolify](https://coolify.io/) or standalone Docker environments. Effortlessly proxy traffic to your internal services with minimal configuration.
0 commit comments