Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Apr 23, 2024
1 parent 7aec020 commit 0a9a0d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
- staging

env:
DEPLOYMENT: ticket-office
DEPLOYMENT_NAMESPACE: ticket
DEPLOYMENT_URL: https://ticket-office.staging.dataesr.ovh
# DEPLOYMENT: ticket-office
# DEPLOYMENT_NAMESPACE: ticket-office
# DEPLOYMENT_URL: https://ticket-office.staging.dataesr.ovh
MM_NOTIFICATION_CHANNEL: bots

jobs:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
IMAGE_ID=ghcr.io/dataesr/ticket-office
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
docker push --all-tags $IMAGE_ID
docker push $IMAGE_ID:${{ steps.version.outputs.tag }}
notify:
name: 📢 Notify in mattermost channel
Expand Down

0 comments on commit 0a9a0d4

Please sign in to comment.