Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick borowy committed Mar 11, 2024
1 parent 6e1b54c commit 9d9b71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger_build_docker_production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Trigger Repository Dispatch Event
env:
REPOSITORY_ACCESS: ${{ secrets.REPOSITORY_ACCESS }}
REPO_TAG: ${github.event.release.tag_name}
REPO_TAG: ${{github.event.release.tag_name}}
run: |
# Extract the repository name from the full GITHUB_REPOSITORY environment variable (format "owner/repo")
REPO_NAME="${GITHUB_REPOSITORY#*/}"
Expand Down

0 comments on commit 9d9b71c

Please sign in to comment.