Skip to content

Commit

Permalink
Build official version v2.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandezBenjamin committed Jan 9, 2024
1 parent b0613ea commit 72879c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/manual-docker-images.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Create and publish a Docker image

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on: workflow_dispatch
on:
push:
tags:
- "**"

# 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.
env:
Expand Down

0 comments on commit 72879c8

Please sign in to comment.