Skip to content

Commit

Permalink
workflow test5
Browse files Browse the repository at this point in the history
  • Loading branch information
tiritibambix committed Dec 19, 2024
1 parent d48d203 commit 8192e58
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build and Push Docker Image
on:
push:
branches:
- test4 # Déclenche le workflow sur chaque push vers la branche "main"
- test5 # Déclenche le workflow sur chaque push vers la branche "main"
pull_request:
branches:
- test4 # Déclenche sur un PR vers "main" (si besoin)
- test5 # Déclenche sur un PR vers "main" (si besoin)

jobs:
build:
Expand Down Expand Up @@ -35,8 +35,8 @@ jobs:

- name: Build and push Docker image
run: |
docker build -t tiritibambix/imagemagicksimplegui:test4 .
docker push tiritibambix/imagemagicksimplegui:test4
docker build -t tiritibambix/imagemagicksimplegui:test5 .
docker push tiritibambix/imagemagicksimplegui:test5
# Construire et pousser l'image vers Docker Hub

- name: Logout from Docker Hub
Expand Down

0 comments on commit 8192e58

Please sign in to comment.