Skip to content

Commit

Permalink
use other Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Oct 4, 2024
1 parent 341c422 commit 939a648
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- 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
file: ./scripts/ci/docker/zombienet_builder.Dockerfile
push: false
tags: |
${{ env.IMAGE_NAME }}:${{ env.VERSION }}
Expand Down
10 changes: 10 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,16 @@ cache:
- if: $CI_COMMIT_REF_NAME == "main"
- if: $CI_COMMIT_REF_NAME =~ /^v[0-9]+\.[0-9]+.*$/ # i.e. v1.0, v2.1rc1

build:
stage: build
<<: *kubernetes-env
<<: *common-refs
script:
- cd javascript
- npm install
- npm run clean
- npm run build

# template task for building and pushing an image
.build-push-docker-image: &build-push-docker-image
script:
Expand Down

0 comments on commit 939a648

Please sign in to comment.