Skip to content

Commit

Permalink
test: add outputs to build-push-action
Browse files Browse the repository at this point in the history
  • Loading branch information
0xawaz committed Nov 22, 2024
1 parent 662633d commit 51729d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/common-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ jobs:
build-args: |
BLOCKCHAIN_ACTIONS_TOKEN=${{ secrets.BLOCKCHAIN_ACTIONS_TOKEN }}
file: ${{ inputs.working-directory }}/${{ inputs.docker-file }}
push: true
push: false
pull: false
# load: true
outputs: type=docker
tags: ghcr.io/zama-ai/${{ inputs.image-name }}:${{env.DOCKER_TAG_IMAGE }},ghcr.io/zama-ai/${{ inputs.image-name }}:latest
cache-from: ${{ inputs.cache-from }}
cache-to: ${{ inputs.cache-to }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/fhevm-coprocessor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- security/trivy
paths:
- .github/workflows/fhevm-coprocessor.yml
- .github/workflows/common-docker.yml
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/fhevm-smart-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- security/trivy
paths:
- .github/workflows/fhevm-smart-contracts.yml
- .github/workflows/common-docker.yml
Expand All @@ -28,7 +29,7 @@ jobs:
push_image: true
image-name: "fhevm-smart-contracts"
image-dev-name: "fhevm-smart-contracts-dev"
generate-dev-image: true
generate-dev-image: false
docker-file: "contracts/operations/docker/ci.dockerfile"
docker-file-dev: "contracts/operations/docker/dev.dockerfile"
image-dev-description: "fhevm smart contracts dev image"
Expand Down

0 comments on commit 51729d6

Please sign in to comment.