Skip to content

Commit

Permalink
Docker fix (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
goliaro authored Jul 19, 2023
1 parent 8b18d11 commit 190c600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
env:
FF_GPU_BACKEND: ${{ matrix.gpu_backend }}
cuda_version: ${{ matrix.cuda_version }}
branch_name: ${GITHUB_REF#refs/heads/}
branch_name: ${{ github.head_ref || github.ref_name }}
steps:
- name: Checkout Git Repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 190c600

Please sign in to comment.