Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
fix: intermittent failures
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala authored Aug 4, 2023
1 parent 1315794 commit 2684687
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ runs:
echo "::group::Building the Docker image as ghcr.io/${IMAGE_NAME}:${COMMIT_TAG} from ${{ inputs.dockerfile }} in ${{ inputs.context }} context ..."
docker build \
--file "${{ inputs.dockerfile }}" \
--progress tty \
--cache-from "${{ inputs.registry }}/${IMAGE_NAME}:latest" \
--build-arg BUILDKIT_INLINE_CACHE=1 \
--build-arg BUILD_DATE="${BUILD_DATE}" \
Expand Down

0 comments on commit 2684687

Please sign in to comment.