Skip to content

Commit

Permalink
Update docker-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored Oct 18, 2023
1 parent e7ad79f commit ee63775
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
- wbia-base wbia-provision wbia

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
if: github.event_name == 'schedule'
with:
ref: fix-tf-space-issue-error

- uses: actions/checkout@v2
- uses: actions/checkout@v4
if: github.event_name != 'schedule'

- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
name: Install Python
with:
python-version: 3.8
Expand Down

0 comments on commit ee63775

Please sign in to comment.