Skip to content

Commit

Permalink
Log into github docker registry
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Jun 10, 2024
1 parent d7772fb commit 943e6dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testGithubActionsWorkflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Install Act
run: brew install act

- name: Log into GitHub Container Registry
run: docker login ghcr.io -u OSBotify -p ${{ secrets.OS_BOTIFY_TOKEN }}

- name: Set ACT_BINARY
run: echo "ACT_BINARY=$(which act)" >> "$GITHUB_ENV"

Expand Down

0 comments on commit 943e6dc

Please sign in to comment.