Skip to content

Commit

Permalink
fix git commit
Browse files Browse the repository at this point in the history
  • Loading branch information
define-null committed Nov 28, 2022
1 parent 3d7194b commit 6f7481b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- run: make docker-build-ci
env:
ELECTRIC_IMAGE_NAME: ghcr.io/${{ github.repository }}/electric
ELECTRIC_IMAGE_TAG: ${{ env.GITHUB_SHA_SHORT || 'main' }}
ELECTRIC_IMAGE_TAG: ${{ env.GITHUB_EVENT_PULL_REQUEST_HEAD_SHA_SHORT || 'main' }}

- run: make lux
working-directory: integration_tests
Expand All @@ -114,7 +114,7 @@ jobs:
working-directory: integration_tests
env:
ELECTRIC_IMAGE_NAME: ghcr.io/${{ github.repository }}/electric
ELECTRIC_IMAGE_TAG: ${{ env.GITHUB_SHA_SHORT || 'main' }}
ELECTRIC_IMAGE_TAG: ${{ env.GITHUB_EVENT_PULL_REQUEST_HEAD_SHA_SHORT || 'main' }}

- name: Upload lux logs
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 6f7481b

Please sign in to comment.