Skip to content

Commit

Permalink
use context
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Oct 4, 2024
1 parent 78bddd0 commit c91a078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
npm run clean
npm run build
ls -la packages/cli/dist/cli.js
# working-directory: ./javascript
#docker/build-push-action has a built-in checkout
- name: Build and push Docker image from main
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
with:
file: ./scripts/ci/docker/zombienet_injected.Dockerfile
context: .
push: false
tags: |
${{ env.IMAGE_NAME }}:${{ env.VERSION }}
Expand Down

0 comments on commit c91a078

Please sign in to comment.