Skip to content

Commit

Permalink
Don't cache second build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeinatedpixel committed Aug 19, 2024
1 parent 5753640 commit 4e94d4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
push: true
cache-from: type=registry,ref=${{ env.REGISTRY_IMAGE }}:buildcache-${{ matrix.version }}-${{ matrix.arch }}
cache-to: type=registry,ref=${{ env.REGISTRY_IMAGE }}:buildcache-${{ matrix.version }}-${{ matrix.arch }},mode=max
no-cache-filters: final


- name: Export digest
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN echo "===> Size of the Zeek install..." \
&& du -sh /usr/local/zeek

####################################################################################################
FROM alpine
FROM alpine AS final

# python3 & bash are needed for zeekctl scripts
# ethtool is needed to manage interface features
Expand Down

0 comments on commit 4e94d4c

Please sign in to comment.