Skip to content

Commit

Permalink
Test GITHUB_HEAD_REF for CI
Browse files Browse the repository at this point in the history
Signed-off-by: Shah, Karan <[email protected]>
  • Loading branch information
MasterSkepticista committed Oct 24, 2024
1 parent 21edded commit de9c11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fx workspace create --prefix example_workspace --template keras_cnn_mnist
cd example_workspace
fx plan initialize -a localhost
fx workspace dockerize --save --revision https://github.com/securefederatedai/openfl.git@develop
fx workspace dockerize --save --revision https://github.com/${GITHUB_REPOSITORY}.git@${GITHUB_HEAD_REF}
- name: Create certificate authority for workspace
run: |
Expand Down

0 comments on commit de9c11d

Please sign in to comment.