Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gpelouze committed Feb 15, 2024
1 parent 808e46e commit 68fd529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-naavre-cell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
context: .
file: docker/cell-test.Dockerfile
build-args: |
BUILD_IMAGE=${{ inputs.image_name_build }}
RUNTIME_IMAGE=${{ inputs.image_name_runtime }}
BUILD_IMAGE=${{ inputs.image_repo }}/${{ inputs.image_name_build }}
RUNTIME_IMAGE=${{ inputs.image_repo }}/${{ inputs.image_name_runtime }}
tags: cell_test
cache-from: type=gha
cache-to: type=gha,mode=min
Expand Down

0 comments on commit 68fd529

Please sign in to comment.