Skip to content

Commit

Permalink
build(ci): squash the image into a single layer
Browse files Browse the repository at this point in the history
  • Loading branch information
mogeko committed Nov 20, 2024
1 parent 05971fd commit a5bacb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
containerfiles: ./Dockerfile
image: localhost/vlmcsd
extra-args: --squash
- run: podman run --rm localhost/vlmcsd:latest -V
- name: Run and test containers
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
containerfiles: ./Dockerfile
build-args: |
VLMCSD_VERSION=${{ github.ref_name }}
layers: false
extra-args: --squash
- name: Push to Container registry
uses: redhat-actions/[email protected]
with:
Expand Down

0 comments on commit a5bacb5

Please sign in to comment.