Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Emterry committed Dec 3, 2024
1 parent 20afe7b commit aa82708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
id: build
shell: bash
env:
IMAGE_NAME: ${{ github.repository }}_eks
IMAGE_NAME: ghcr.io/${{ github.repository }}_eks
IMAGE_TAG: ${{ github.sha }}
run: |
docker build -t $IMAGE_NAME:$IMAGE_TAG .
- name: Run tests
run: IMAGE_NAME=${{ github.repository }} make test-python
run: IMAGE_NAME=ghcr.io/${{ github.repository }} make test-python

0 comments on commit aa82708

Please sign in to comment.