Skip to content

Commit

Permalink
removing the var for component
Browse files Browse the repository at this point in the history
  • Loading branch information
P0NDER0SA committed Jan 8, 2025
1 parent f15e4cb commit 1df1978
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/call-manifests-update-docker-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
run: echo "DOCKER_TAG=${GITHUB_SHA::7}" >> $GITHUB_ENV
env:
GITHUB_SHA: ${{ github.sha }}
COMPONENT: "ADMIN"

- name: Trigger repository_dispatch
run: |
Expand All @@ -28,4 +27,4 @@ jobs:
-H "Authorization: Bearer ${{ secrets.MANIFESTS_WORKFLOW_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/cds-snc/notification-manifests/dispatches \
-d '{"event_type":"update-docker-image","client_payload":{"component":"${{ env.COMPONENT }}","docker_tag":"${{ env.DOCKER_TAG }}"}}'
-d '{"event_type":"update-docker-image","client_payload":{"component":"ADMIN","docker_tag":"${{ env.DOCKER_TAG }}"}}'

0 comments on commit 1df1978

Please sign in to comment.