Skip to content

Commit

Permalink
* try to build on self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
HYLcool committed Nov 13, 2024
1 parent c3fdb96 commit 270ae61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:

env:
IMAGE_NAME: datajuicer/data-juicer
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true


jobs:
Expand All @@ -27,7 +28,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: dj-${{ github.run_id }}

Expand Down

0 comments on commit 270ae61

Please sign in to comment.