Skip to content

Commit

Permalink
publication des images sur les 2 branches dev et prod
Browse files Browse the repository at this point in the history
  • Loading branch information
SebSept committed May 15, 2024
1 parent 9891f81 commit 8fd51a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pushimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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:
branches: ['main']
branches: ['dev','prod']

# 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 8fd51a8

Please sign in to comment.