Skip to content

Commit

Permalink
Rebase from master dex/idp
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandezBenjamin committed Sep 4, 2023
2 parents 2ab9325 + 7dc978e commit 0c3e1b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ name: Create and publish a Docker image
# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
push:
<<<<<<< HEAD
branches: ['release-orange-v2.37.0']
=======
tags:
- "**"
>>>>>>> 7dc978edaad48fd7046ebffa038aafe3df6cd28f

# 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 0c3e1b7

Please sign in to comment.