Skip to content

Commit

Permalink
remove custom cache arg
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphall committed Oct 2, 2024
1 parent 015fdf0 commit 5b83b2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/build-container-local/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ runs:
BASE_OS=${{ inputs.base_os }}
BASE_OSG_SERIES=${{ inputs.osg_series }}
TIMESTAMP_IMAGE=${{ steps.generate-tags.outputs.ts_image }}
cache-to: type=local,dest=/tmp/.buildx-cache,mode=max
outputs: type=image,name=${{ steps.generate-tags.outputs.base_image }},push-by-digest=true,name-canonical=true,push=true

- name: Build Docker images
Expand All @@ -196,7 +195,6 @@ runs:
BASE_OSG_SERIES=${{ inputs.osg_series }}
TIMESTAMP_IMAGE=${{ steps.generate-tags.outputs.ts_image }}
tags: ${{ steps.generate-tags.outputs.tag_list }}
cache-to: type=local,dest=/tmp/.buildx-cache,mode=max

- name: Cache Docker images
if: success() && fromJSON(inputs.cache_image)
Expand Down

0 comments on commit 5b83b2f

Please sign in to comment.