Skip to content

Commit

Permalink
ci: fix unknown os/arch (#278)
Browse files Browse the repository at this point in the history
* ci: fix unknown arch

* ci: cleanup
  • Loading branch information
0xawaz authored Jan 30, 2025
1 parent ca9abe5 commit 0a6bf28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 65 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/common-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ jobs:
file: ${{ inputs.working-directory }}/${{ inputs.docker-file }}
push: ${{ inputs.push_image }}
pull: false
provenance: false
sbom: false
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 Expand Up @@ -167,6 +169,8 @@ jobs:
file: ${{ inputs.working-directory }}/${{ inputs.docker-file-dev }}
push: ${{ inputs.push_image }}
pull: false
provenance: false
sbom: false
tags: ghcr.io/zama-ai/${{ inputs.image-dev-name }}:${{env.DOCKER_TAG_IMAGE}},ghcr.io/zama-ai/${{ inputs.image-dev-name }}:latest
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down
65 changes: 0 additions & 65 deletions .github/workflows/publish-image.yml

This file was deleted.

0 comments on commit 0a6bf28

Please sign in to comment.