Skip to content

Commit

Permalink
chore(ci): update dev image
Browse files Browse the repository at this point in the history
  • Loading branch information
0xawaz committed Oct 29, 2024
1 parent d4978b4 commit 6178f93
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 39 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/fhevm-smart-contracts-dev.yml

This file was deleted.

12 changes: 8 additions & 4 deletions .github/workflows/fhevm-smart-contracts.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "Docker: fhEVM smart contracts (ci)"
name: "fhEVM smart contracts Docker image"

on:
release:
types: [published]
push:
branches: ["sc-workflows"]

jobs:
docker-smart-contracts:
Expand All @@ -15,7 +15,11 @@ jobs:
working-directory: "."
push_image: true
image-name: "fhevm-smart-contracts"
image-dev-name: "fhevm-smart-contracts-dev"
generate-dev-image: true
docker-file: "ci.dockerfile"
docker-file-dev: "dev.dockerfile"
image-dev-description: "fhEVM smart contracts dev Image"
arm-build: true

secrets:
Expand All @@ -29,4 +33,4 @@ jobs:
- name: Success
run: echo Pipeline Done
needs:
- docker-smart-contracts
- docker-smart-contracts

0 comments on commit 6178f93

Please sign in to comment.